lvgl / lv_font_conv

Converts TTF/WOFF fonts to compact bitmap format
https://lvgl.io/tools/fontconverter
MIT License
187 stars 79 forks source link

web: Use <script type="module"> to satisfy parcel #104

Closed neuschaefer closed 8 months ago

neuschaefer commented 8 months ago

Without this change, parcel (as run by npm run start) complains:

@parcel/transformer-js: Browser scripts cannot have imports or exports. Use a <script type="module"> instead.

To be fair, I don't understand web technology well enough to judge whether this is truly a good idea.

kisvegabor commented 8 months ago

I'm in constant fight with Node.JS, so every improvement is very welcome. :slightly_smiling_face: Thank you!

kisvegabor commented 8 months ago

Please make it a normal PR (instead of draft), so I can merge it.

neuschaefer commented 8 months ago

Please make it a normal PR (instead of draft), so I can merge it.

done, thanks for the reminder

kisvegabor commented 8 months ago

Thank you!