Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artbit/html5-mandala
Interactive radial symmetry image tool
https://github.com/artbit/html5-mandala
canvas html5 javascript tool webapp
Last synced: 9 days ago
JSON representation
Interactive radial symmetry image tool
- Host: GitHub
- URL: https://github.com/artbit/html5-mandala
- Owner: ArtBIT
- License: mit
- Created: 2020-07-15T14:09:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T11:03:57.000Z (about 2 months ago)
- Last Synced: 2024-10-13T01:29:00.243Z (24 days ago)
- Topics: canvas, html5, javascript, tool, webapp
- Language: JavaScript
- Homepage:
- Size: 9.81 MB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML5 Mandala Maker
[![GitHub license](https://img.shields.io/github/license/ArtBIT/html5-mandala.svg)](https://github.com/ArtBIT/html5-mandala) [![GitHub stars](https://img.shields.io/github/stars/ArtBIT/html5-mandala.svg)](https://github.com/ArtBIT/html5-mandala) [![awesomeness](https://img.shields.io/badge/awesomeness-maximum-red.svg)](https://github.com/ArtBIT/html5-mandala)This is a tiny web app that generates mandalas from images using radial symmetry,
# Demo
Try out the live demo http://artbit.github.io/html5-mandala/# Examples
# Running it locally
```
git clone https://github.com/ArtBIT/html5-mandala.git
cd html5-mandala
npm run dev
open public/index.html
```# License
[MIT](LICENSE.md)