<<<<<<< HEAD # dsp-icons High-quality SVG icons for various Digital Service Providers (DSPs) like Spotify, YouTube, Amazon, and more. ======= @akashsarker/dsp-icons A lightweight NPM package containing high-quality SVG icons for various Digital Service Pr
npm install @akashsarker/dsp-icons<<<<<<< HEAD
Installation
You can install the package via npm:
npm install @akashsarker/dsp-icons
Usage
You can easily get the path to any icon using the provided helper function in your Node.js project:
const dspIcons = require('@akashsarker/dsp-icons');
// Get the absolute path to an icon
const spotifyPath = dspIcons.getIconPath('spotify');
console.log('Spotify Icon Path:', spotifyPath);
Available Icons (DSPs)
This package currently includes icons for the following platforms:
Spotify, YouTube Music, YouTube, Apple Music (iTunes), SoundCloud, Deezer, Tidal, Pandora, Amazon Music, Anghami, Audiomack, Boomplay, Saavn, Shazam, Tencent, Trebel, Tune-global.
Facebook, TikTok, Snapchat, Instagram (threads style), Mixcloud, Napster.
Peloton, Pretzel, Awa, Flo, iHeart, Imusica, Jaxsta, KKBox, Lickd, Netease, Nuuday.
License
ISC
>>>>>>> c603781 (Initial commit: DSP icons library)