scenarioworld / articy-js

Loads and allows for navigation of exported Articy JSON data (http://www.articy.com)
MIT License
8 stars 2 forks source link

Localization and Documentation #1

Closed brwarner closed 3 years ago

brwarner commented 3 years ago

Adds support for Localization features in Articy as well as TypeDoc documentation for the library.

github-actions[bot] commented 3 years ago

size-limit report 📦

Path Size
dist/articy-node.cjs.production.min.js 12.76 KB (-0.29% 🔽)
dist/articy-node.esm.js 10.44 KB (+33.5% 🔺)
brwarner commented 3 years ago

Just tested. This is actually a 2000% increase in the package size. My guess it it's all coming from the exceljs package I'm using to read the Articy localization files. I'm on the lookout for a smaller package that just specializes in reading the xlsx files but I might have to roll my own. There's no reason this package needs to grow so large.