Exemple de texte de papier js

var text = new PointText(new Point(50, 50));
text.content = "example text";
text.fillColor = "black";
Larbagar