FontLoader
#1878
Replies: 1 comment
-
Ok acutally the FontLoader is not part of the base Three module anymore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i try initialize a fontloader i get the error that parse is not a function.
Also my autocomplete in vs code shows me all loaders but the fontloader is not one of them.
`import colonnaMT from '../Fonts/colonna-mt.json';
import * as THREE from 'three';
const Home = () => {
const font = new THREE.FontLoader().parse(colonnaMT);`
Greetings Pascapone
Beta Was this translation helpful? Give feedback.
All reactions