Experience-Monks / three-bmfont-text

renders BMFont files in ThreeJS with word-wrapping
http://jam3.github.io/three-bmfont-text/test/
MIT License
789 stars 172 forks source link

es6 #41

Open caperaven opened 3 years ago

caperaven commented 3 years ago

What is the easiest way to use this in a ES6 module environment that does not rely on webpack if at all possible?

atlmtw commented 3 years ago

Hey I created a fork of this and used babel to turn it into es6 modules. If you want to access it you can view it here: https://github.com/atlmtw/three-bmfont-text

m-shum commented 2 years ago

Seconded. I'm trying to implement this module in a Vue3 project, which does not support require syntax. Any tips would be much appreciated.