Createjs imports files from indesign and puts them on the canvas

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

Each of these cards contains fonts, ect styles. Now the tool that I found is that I will edit these pictures using Createjs

An example of the images I want to import is:

enter image description here

As you can see from this picture, there are a lot of elements and a lot of text. all text is editable, but should remain in the same font.

Therefore, it is important for me that each object is a spire and imports fonts and colors.

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

+7
javascript css import createjs adobe-indesign
source share
1 answer

if you want to edit elements and text, you will use fabric.js (fabricjs.com) Using this, you will easily edit elements and text.

+1
source share

All Articles