Remix.run Logo
Show HN: StyleCast – Fast Inline CSS Parser for JavaScript/TypeScript
2 points by arikchakma 8 hours ago

I built StyleCast to parse inline CSS strings into JavaScript objects. It's lightweight and works in both browser and Node.js. Supports camel case conversion for React styles.

GitHub: https://github.com/arikchakma/stylecast npm: https://www.npmjs.com/package/stylecast

Would love to hear feedback!