Socket
Socket
Sign inDemoInstall

nfclibrary

Package Overview
Dependencies
6
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nfclibrary

A node module to query any icon from the Naflouille Creations projects.


Version published
Maintainers
1
Install size
8.81 MB
Created

Readme

Source

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.

FAQs

Last updated on 15 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc