Skip to content

aadenboy/tecknar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tecknar

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.

A screenshot of Tecknar's interface with a drawing shown.

Try it out for yourself at https://aadenboy.github.io/tecknar/!

Installation

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.

License

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.

About

A simple, embeddable drawing pad for the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors