Skip to content

BerkeleyHCI/vst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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