Closed evktalo closed 5 years ago
Ideas:
We should probably give the ability to define fonts and refer to them with some font id. But for now we could hardcode the font attributes for slides.
Not sure about font placement (width, y)..
If there is no imageSrc, there will be a black rect.
If there is imageSrc and text, there will be text shown on top of the image.
We don't need 'id'.
We need to build the sequence layer data to the structure images.json has before stage is built.
It would probably be good to have an empty sequence layer/group defined in images.json.
Defining layers and slides in images.json shouldn't be necessary. All the data should be in sequences.json and the engine should be able to generate the necessary information for Konva (for example, use a default font for text slides, and what not...)