Skip to content

mitchscobell/text-to-stl

 
 

Repository files navigation

Text to STL

BUILD INSTRUCTIONS

  npm install
  npm run webpack
  cd dist
  # browse to index.html in your web browser or copy to server, for example apache2
  sudo cp -r $HOME/text-to-stl/dist/* /var/www/html

OR Running locally

npm run tsc
node lib/cli.js

Forked from

mo22/textstl

About

Extruded text generator for 3d printing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.2%
  • JavaScript 4.6%
  • Dockerfile 0.2%