Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 487 Bytes

3mf-color-changer

This is a web-app, providing color changing for 3D Manufacturing Format (3MF) files. It allows you to modify the colors of objects within a 3MF file.

Current features

  • Can load 3MF files
  • Allows changing of color of whole objects
  • Export the 3MF file with changed colors

Development

git clone https://github.com/seasick/3mf-color-changer.git
# git clone [email protected]:seasick/3mf-color-changer.git

cd 3mf-color-changer
npm i
npm run serve