Skip to content

Instantly share code, notes, and snippets.

@mbilbille
Last active January 1, 2016 19:39
Show Gist options
  • Save mbilbille/8191616 to your computer and use it in GitHub Desktop.
Save mbilbille/8191616 to your computer and use it in GitHub Desktop.
Draw Me A Kanji - Basic usage using jQuery
<div id="draw"></div>
<script>
// That's it!
$("#draw").dmak('電車');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment