You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tegaki.open({
replayMode: true,
replayURL: 'https://path/to/replay.tgkr' // Store replay files preferably with the .tgkr extension
});
By reading the .tgkr file and reproducing the drawing procedure, I were able to reproduce operations such as adding layers.
However, I don't know how to treat .tgkr like a .psd file and continue drawing while preserving layer information.
I was able to load the merged image and add it to the Canvas tag.
However, this method loses layer information.
The old OEKAKI applet (shi-Painter) can draw from files very similar to (.tgkr) files. (.spch)
I would like to use such a function.
The text was updated successfully, but these errors were encountered:
By reading the
.tgkr
file and reproducing the drawing procedure, I were able to reproduce operations such as adding layers.However, I don't know how to treat
.tgkr
like a.psd
file and continue drawing while preserving layer information.I was able to load the merged image and add it to the Canvas tag.
However, this method loses layer information.
The old OEKAKI applet (shi-Painter) can draw from files very similar to (
.tgkr
) files. (.spch
)I would like to use such a function.
The text was updated successfully, but these errors were encountered: