I’ve followed the approach described here and can’t get the module to load properly:
Fixed now! Works with just a regular require
…
SpriteText = require("three-spritetext")
…so long as you’ve loaded three.js globally on the page as THREE.
I’ve followed the approach described here and can’t get the module to load properly:
Fixed now! Works with just a regular require
…
SpriteText = require("three-spritetext")
…so long as you’ve loaded three.js globally on the page as THREE.