KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Mandala-JS
★ 17
Open GitHub ↗
Creates stunning mandalas with JS
Download README (.md)
Explore Similar Repositories
github-bot
:
No description available.
wiki
:
HAProxy's Wiki
mercado_pago_integration
:
Flutter Plugin to support MercadoPago Mobile checkout on Android and ios
fprime-rc-car
:
An example F prime deployment running on an RPI Zero retrofitted RC Car.
Cowsay-coachdefracassos
:
:cow: Comece o dia com frases "motivadoras" no seu terminal.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Mandala-JS
?
Download (.md)
 # Create mandalas in JS Mandala is the Open Source version of [JustMandala.com](http://justmandala.com/) - #3 Product of the day on [ProductHunt](https://www.producthunt.com/posts/justmandala) It's written in Vanilla JS using Canvas. ## How to ? Simply Fork or Download all the files, (or Remix it on Glitch, it's even easier) and you are good to go! ### Canvas You need to add a fixed width and height to your canvas. ```html <canvas id="drawCanvas" width="2000" height="2000"></canvas> ``` ### Demo check ./demo if you want to see a working demo of this JS library