Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nfclibrary

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nfclibrary

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

  • 1.0.12
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 15 Jan 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc