https://github.com/andypearson/paint-pad-circles
Randomly generated Paint Pad background images.
https://github.com/andypearson/paint-pad-circles
art canvas javascript random-generation react
Last synced: about 2 months ago
JSON representation
Randomly generated Paint Pad background images.
- Host: GitHub
- URL: https://github.com/andypearson/paint-pad-circles
- Owner: andypearson
- Created: 2019-06-28T12:16:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:33:52.000Z (over 3 years ago)
- Last Synced: 2023-03-10T19:40:46.929Z (over 3 years ago)
- Topics: art, canvas, javascript, random-generation, react
- Language: JavaScript
- Homepage: https://paintpad.app/circles
- Size: 1.48 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paint Pad Circles
Randomly generated [Paint Pad](https://paintpad.app) background images. [Try it out here](https://paintpad.app/circles).
## Development
Install dependencies: `yarn install`
Start a development server and watch for file changes: `yarn run start`
The project will be running at [http://localhost:8080/](http://localhost:8080/)
## Production
Build the project: `yarn run build`