Sophia Chloe
Sophia Chloe
Will be added soon
@eskander1998 can you share exported JSON ?
That is intended. That JSON you could store in your database and import it later to continue editing. There is a play button which should generate a image. Maybe we...
Currently, video is being rendered on server side. Source code is not public yet
Please join our discord server and send me a message. https://discord.gg/N9au6gdd
We should get it eventually
Hi @dtmorl , yeah, that one is a cool feature. If I can get designs for it, I can go for it. Maybe community can provide some designs, so...
SDK supports it, will add it once I get the chance.
This should work: `editor.objects.update({name: updatedMame}, objectId)`
Here you can see how we are handling updates: https://github.com/layerhub-io/layerhub-io/blob/783f8ef53889647788e5f22b9cdacf19e0b6c9c5/packages/core/src/controllers/Objects.ts#L45 It will trigger a `history:changed`, and you can listen for it on: `editor.on("history:changed")` Not sure if it will be needed...