Skip to content

ericyd/line-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8eb34b2 · Feb 28, 2024

History

43 Commits
Feb 26, 2024
Feb 26, 2024
Apr 12, 2020
Feb 28, 2024
Jul 9, 2018
Jul 7, 2018
Feb 26, 2024
Feb 26, 2024
Apr 12, 2020
Feb 26, 2024
Apr 12, 2020
Feb 26, 2024
Feb 26, 2024
Feb 26, 2024
Apr 12, 2020
Feb 26, 2024

Repository files navigation

line-art

Simple UI to explore the beauty of art

The original goal was to learn the canvas API.

The final product ended up being a way to modulate circles to create pretty designs.

Relax, play around, and find your eye candy.

Hosted at

Development

npm ci
npm run watch
# in a new tab
npm run serve

Publishing

This is just hosted through GitHub pages; it's extremely low-tech, so the built assets should be compiled and committed to the repo (sorry, world).

npm run build
git add .
git commit -m "built at $(date +date +%Y-%M-%dT%H-%m-%s)"
git push