Search code examples
javascriptcssimportcreatejsadobe-indesign

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?


Solution

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