Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 685 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 685 Bytes

Interactive Flexible Style Transfer for Vector Graphics

ACM Symposium on User Interface Software and Technology — UIST 2023

vst-small

  • Application source: app/

  • Local development:

      cd app
      npm install
      npm run start
    
  • Production: berkeleyhci.github.io/vst

      npm run deploy
    
  • Code formatting:

      npx prettier --write .
    

    Or in VS Code:

      Format Document With... > Prettier - Code formatter