nfclibrary

1.0.12 • Public • Published

Naflouille Creations' Library access

About

This library has been made in order to share useful resources for website and projects designing ; including icons, color palettes, logos, and more. See more at https://www.naflouille-creations.com/product/library/

Installation

npm install nfclibrary

Usage

const { fetchSVGFiles } = require('nfclibrary');

fetchSVGFiles().then(svgObject => {
  console.log(svgObject); // This will be the object containing SVG content
});

Note: this function is asynchronous. If you are using React.js, make sure to use the useEffect() method. Make sure to have node-fetch installed on your project.

License

All rights reserved. You can use the icons for personnal uses and may credit Naflouille Creations.

/nfclibrary/

    Package Sidebar

    Install

    npm i nfclibrary

    Weekly Downloads

    1

    Version

    1.0.12

    License

    ISC

    Unpacked Size

    2.83 kB

    Total Files

    3

    Last publish

    Collaborators

    • naflouille-creations