install three-bmfont-text code example
Example: load bmfont three with webpack
plugins: [
new webpack.ProvidePlugin({
THREE: 'three'
})
]
plugins: [
new webpack.ProvidePlugin({
THREE: 'three'
})
]