Createjs import files from indesign and place them on canvas
Asked Answered
R

1

7

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?

Rhodarhodamine answered 21/2, 2016 at 22:54 Comment(4)
Did you tried GM (graphicsmagick) node module. I solved the same problem with GM. here is my question. but see my own answer how I solved this. #24490509Frigate
i would recommend you to try to use fabricjs from:fabricjs.com it has also create methods to create such canvas editorsHightower
Marc, have you found an answer to this? I'm looking for a way to import indesign files into fabric.js canvas..Smtih
@AvaelKross Sadly nothing more than the below answerRhodarhodamine
F
1

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

Fontana answered 3/3, 2016 at 9:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.