Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/Three.d.ts>Font

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class Font
Re-export
import { Font } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";

Constructors

new
Font(jsondata: any)

Properties

data: string
type: string

Methods

generateShapes(text: string, size: number): Shape[]