We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Open #inlay-text
source('ttf/greatVibes', 'https://jsxcad.js.org/ttf/GreatVibes-Regular.ttf'); const GreatVibes = await readFont('ttf/greatVibes'); const design = assemble( Cube(20, 10, 2) .below() .material('wood') .as('cube'), GreatVibes({}, "Hello") .extrude(1) .center() .below() .material('steel') .as('inlay')); return design;