lume / kiwi

Fast TypeScript implementation of the Cassowary constraint solving algorithm (soon for AssemblyScript / WebAssembly).
https://codepen.io/trusktr/pen/abMLVxa
Other
154 stars 8 forks source link

update typescript build target from ES6 to modern, remove UMD build #3

Closed trusktr closed 12 months ago

trusktr commented 1 year ago

Currently Kiwi code is compiled down to very old JavaScript, for which there's no need and will be a performance hit. Compile it to modern JavaScript. Also remove the UMD build, and just ship ES Modules.

trusktr commented 12 months ago

done in 45fa46609094b75c95d26252c3899ea3cbcfe048