Skip to content

SuperNiceDev/easeljs-textarc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

easeljs-textarc

EaselJs extension allows Text Arc drawing

Example usage

canvas = document.getElementById("canvas");
var stage = new Stage(canvas);
var text = new TextArc("Text Arc", '20pt Arial', '#000', 100);
text.textAlign = "center";
text.x = 200;
text.y = 300;
stage.addChild(text);
stage.update();

About

EaselJS extension for text arc drawing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%