Skip to content

It's mean ShuFa in Chinese.A plugin for making the canvas to be a paper for calligraphy.

Notifications You must be signed in to change notification settings

lipsChan/calligraphy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calligrapy

This is my first Javascript app and maybe it is not perfect,I will keep improve it. What is this?

It is use to build a calligraphy paper by canvas,and we can writting on it by using mouse. How to use this?

<canvas id="myCanvas" width="1500" height="1500">
      Your brower is not support the HTML5
    </canvas>
    <script>
      var board = document.getElementById("myCanvas");//get the canvas dom
      var s = ShuFa.createNew(board);//build a paper
    </script>

Many Thanks

About

It's mean ShuFa in Chinese.A plugin for making the canvas to be a paper for calligraphy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published