Skip to content
This repository was archived by the owner on Nov 7, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions comicjs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# comic.js

Javascript library that acts as plugin for Raphael.js, D3.js, SVG.js or as lib for the HTML5 Canvas, providing functions for cartoon style drawing.

In short it cartoonizes anything drawn with D3 with the single call `svg.magic()`. See examples [here](http://bl.ocks.org/balint42) and the full library with documentation [here](https://github.com/balint42/comic.js).

![screenshot](mixed2.png)
![screenshot](mixed.png)
Loading