KilledByAPixel / JSONCrush

Compress JSON into URL friendly strings
https://killedbyapixel.github.io/JSONCrush
MIT License
1.57k stars 45 forks source link

feat: use TS and output cjs, es, umd and minified/uglified version #2

Closed icyJoseph closed 4 years ago

icyJoseph commented 4 years ago

Perhaps unwanted, but I set up a way to output various modules of this application and also used some basic TypeScript to them :) - No build size changes, still 4096 bytes.

paulogr commented 4 years ago

Any change to this get merged?

KilledByAPixel commented 4 years ago

I'd like people to have access to this that want it, but I'm not as familiar with the tech used here and I don't want to replace my code. Is it possible to pull it into a new branch or folder called like TypeScript or something?

icyJoseph commented 4 years ago

That's very reasonable and perhaps even a better approach. I'll see what I can do.