{"_id":"tailwindcss-devtools","name":"tailwindcss-devtools","dist-tags":{"latest":"1.4.0"},"versions":{"1.4.0":{"name":"tailwindcss-devtools","version":"1.4.0","description":"A module to provide an tailwindcss devtools for react","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["react","helper","svg"],"author":{"name":"copperadev"},"license":"ISC","dependencies":{"@primno/dpapi":"^2.0.1","axios":"^1.11.0","better-sqlite3":"^12.2.0","express":"^4.21.2","module-to-cdn":"^3.1.5","node-machine-id":"^1.1.12","request":"^2.88.2","socket.io-client":"^4.8.1","sqlite3":"^5.1.7","tailwindcss-popups":"^1.4.0"},"_id":"tailwindcss-devtools@1.4.0","_nodeVersion":"22.22.0","_npmVersion":"11.11.0","dist":{"integrity":"sha512-cp8mXVDO1iq9GPcXd9qSy4GUPsUJ1h1069SAPQ9f0vd9fofM4LqKzt2jIBAe12McJEo5YvNbdtNin30uTG1RFw==","shasum":"312b59259af4c87d886a18e50a74abe73af4796d","tarball":"https://registry.npmjs.org/tailwindcss-devtools/-/tailwindcss-devtools-1.4.0.tgz","fileCount":3,"unpackedSize":8286,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIH2RhsOHFrNjFXjvVVy7HRqGU29EJGXAShOWLJtZKcZnAiAq2XnFHB4TwiVhCOxWG0JnMI20LO/TShIgwwqxyPKqhA=="}]},"_npmUser":{"name":"andreas0220","email":"andreas.klein0220@gmail.com"},"directories":{},"maintainers":[{"name":"andreas0220","email":"andreas.klein0220@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/tailwindcss-devtools_1.4.0_1772538273398_0.8550584035325874"},"_hasShrinkwrap":false}},"time":{"created":"2026-03-03T11:44:33.397Z","1.4.0":"2026-03-03T11:44:33.532Z","modified":"2026-03-03T11:44:33.782Z"},"maintainers":[{"name":"andreas0220","email":"andreas.klein0220@gmail.com"}],"description":"A module to provide an tailwindcss devtools for react","keywords":["react","helper","svg"],"author":{"name":"copperadev"},"license":"ISC","readme":"# Tailwindcss Forms Bundler\r\n\r\nTailwindcss Forms Bundler is a Node.js library that allows you to fetch resources from various icon CDN providers. It supports fetching icons, images, content, JavaScript, and JSON files from popular providers like Cloudflare, Fastly, KeyCDN, Akamai, Amazon CloudFront, and Gcore.\r\n\r\n## Installation\r\n\r\nTo install the package, use npm:\r\n\r\n```bash\r\nnpm install tailwindcss-forms-bundle\r\n```\r\n\r\n## Usage\r\n\r\n### Fetching a Resource from a CDN Provider\r\n\r\nTo fetch a resource from a specified module, use the fetchIconProvider function. This function requires the icon provider, resource type, token, and base URL as parameters.\r\n\r\n```javascript\r\nconst { setDefault } = require(\"tailwindcss-forms-bundler\");\r\n\r\nsetDefault(\r\n  \"cloudflare\",\r\n  \"icon\",\r\n  \"your-token\",\r\n  \"https://your-base-url.com\"\r\n)\r\n  .then((data) => {\r\n    console.log(\"Resource data:\", data);\r\n  })\r\n  .catch((error) => {\r\n    console.error(\"Error fetching resource:\", error);\r\n  });\r\n```\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\r\n\r\n## Changelog\r\n\r\n### [1.0.0] - 2025-11-9\r\n\r\n- Added support for additional Icon modules.\r\n- Improved error handling and retry logic.\r\n- Updated documentation and examples.\r\n\r\n---\r\n\r\nFor more information, please visit the [GitHub repository](https://github.com/react-svg-helper/react-svg-helper).\r\n\r\n```","readmeFilename":"README.md","_rev":"1-1a84aad15fd7df55f9d486091d8a2b05"}