Tecknar (the Swedish present indicative for "to draw") is a simple, embeddable drawing program for whatever website you're running. It is currently in a testing phase.
Try it out for yourself at https://aadenboy.github.io/tecknar/!
Include all files found in the src/ directory in your project. Then, in any script:
const canvas = new Tecknar();
canvas.mount(object);You can export the data from the canvas at any time either by using Tecknar.export() and accessing the data property of the object.
View the wiki for more information.
Bootstrap Icons is from https://github.com/twbs/icons, and is under the MIT license.
pako.js is from https://github.com/nodeca/pako, and is under the MIT license.
jscolorpicker is from https://github.com/wipeautcrafter/jscolorpicker, and is under the MIT license.
Tecknar itself is under the MIT license.
