All files from npm and Github available with zero setup
The jsDelivr API allows you to get details about NPM packages, such as their versions, tags, and files. By analyzing package metadata and its real usage, it can automatically suggest the correct entry point for each file type.
Additionally the API provides detailed download statistics for each project, version, and file, as well as network-wide usage statistics.
123456789101112131415
https://data.jsdelivr.com/v1/packages/npm/[email protected]/entrypoints
// =>
{
" entrypoints ": {
" js ": {
" file ": " / dist / js / bootstrap .min .js ",
" guessed ": false
},
" css ": {
" file ": " / dist / css / bootstrap .min .css ",
" guessed ": false
}
}
}
Load modern JavaScript packages built for you on-demand.
Works in modern web browsers, node.js, and deno.
Global Multi-CDN
HTTP/3, minification, brotli compression, fine-tuned HTTP caching, dependency preloading
Permanent storage shared by all edge servers
123456789101112131415
import { Fireworks } from 'https://esm.run/fireworks-js'; let container = document.querySelector('.container'); let options = { gravity: 1.4, opacity: 0.4, autoresize: true, acceleration: 1.00, }; let fireworks = new Fireworks(container, options); fireworks.start();
Use our stats to better understand how your projects are being used, which versions are popular, and which files are being downloaded the most.
Top 10 npm packages past 30 days
jsDelivr is happy to support unique OSS use-cases that require a fast CDN