# drawmandala.app A web app that lets you draw mandalas online. Originally born as a [gist](https://gist.github.com/Garciat/05754d64c9f59ea847284cc280eab897). ## Web Technologies - [Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) - [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API) - [Fullscreen API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API) - [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) - [Pointer Events](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events) - [PWA](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps) - [Service Worker API](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) - [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share) - [Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API) ## Libraries - [croquis.js](https://github.com/disjukr/croquis.js)