tailwindcss-forms-bundler is a Node.js library for fetching resources from various icon CDN providers, including Cloudflare, Fastly, KeyCDN, Akamai, Amazon CloudFront, and Gcore. It supports fetching icons, images, content, JavaScript, and JSON files. Version 1.4.11 is the latest stable release. The library offers a simple API with a single function, setDefault, to fetch resources. Compared to similar libraries, it provides a unified interface for multiple CDN providers. Note: the npm package name and GitHub repo appear mismatched (fastify-bundler vs tailwindcss-forms-bundler), suggesting possible typosquatting.
npm install fastify-bundlerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates how to require and use the setDefault function to fetch an icon from the Cloudflare CDN provider.
Verify the package's origin and integrity before using. Check the GitHub repository linked in README.
Use 'setDefault' instead of 'fetchIconProvider' as the correct API.
Use 'import { setDefault } from 'tailwindcss-forms-bundler'' with ESM.Use named import: import { setDefault } from 'tailwindcss-forms-bundler'Install the correct package: npm install fastify-bundler, then require it as 'fastify-bundler'.
Check supported providers: cloudflare, fastly, keycdn, akamai, amazon-cloudfront, gcore
No dependency data recorded yet.