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:
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?
fabricjs
from:fabricjs.com it has also create methods to create such canvas editors – Hightower