Interactive Flexible Style Transfer for Vector Graphics
ACM Symposium on User Interface Software and Technology — UIST 2023
-
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