Skip to content

Commit

Permalink
updated demo URL in readme & stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubfiala committed Apr 2, 2016
1 parent 9b89b87 commit 7f8ca07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# atrament
# atrament.js
#### Tiny JS library for beautiful drawing and handwriting on the HTML Canvas
---

![](demo/img/muchotravka.png)

Atrament is a lightweight library that enables the user to draw smooth, natural drawings and handwriting on the HTML canvas. The algorithm was originally developed about 2 weeks after I started learning JavaScript, as I wanted to build a collaborative drawing space on the web, which ended up being [1WALL](http://fiala.uk/1wall). I wanted the drawing to feel natural and comfortable, and the result to be smooth and pleasing. Years later, I've taken the algorithm, improved it, rewrote it in ES6 and made it into a neat little library.

[Here's a basic demo.](http://fiala.uk/atrament/demo/)
[Here's a basic demo.](http://fiala.uk/atrament.js/demo/)

Enjoy!

Expand Down

0 comments on commit 7f8ca07

Please sign in to comment.