Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Createjs import files from indesign and place them on canvas

So i have this project where i need to manipulate pictures, text and other objects to create: birthday, wedding and other cards.

Each of these cards contain fonts, styles ect. Now the tool i have found that i will edit these pictures with is Createjs

An example of the pictures that i want to import is:

enter image description here

As you can see from this picture there is alot of elements and alot of text. all text are editable but has to stay the same font.

So i need to important each object as a spire and import the fonts and colors.

Does anyone know if there is any easy way to do this or am i stuck creating my own tedious way?

like image 703
Marc Rasmussen Avatar asked Feb 21 '16 22:02

Marc Rasmussen


1 Answers

if you want edit elements and text, you will using fabric.js(fabricjs.com) Using this, You will do easy edit elements and text.

like image 57
jonghyon lee Avatar answered Sep 23 '22 01:09

jonghyon lee