An open API service indexing awesome lists of open source software.

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.

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`