FlipnoteMeta
Defined in: src/parsers/types.ts:4
Flipnote details
Extended by
Properties
Property | Type | Description |
---|---|---|
lock | boolean | File lock state. Locked Flipnotes cannot be edited by anyone other than the current author |
loop | boolean | Playback loop state. If true , playback will loop once the end is reached |
advancedTools | boolean | If true , the Flipnote was created using the “Advanced” toolset. This is only used by KWZ files. |
isSpinoff | boolean | Spinoffs are remixes of another user’s Flipnote |
frameCount | number | Total number of animation frames |
frameSpeed | number | In-app frame playback speed |
thumbIndex | number | Index of the animation frame used as the Flipnote’s thumbnail image |
timestamp | Date | Date representing when the file was last edited |
duration | number | Flipnote duration measured in seconds, assuming normal playback speed |
root | FlipnoteVersion | Metadata about the author of the original Flipnote file |
parent | FlipnoteVersion | Metadata about the previous author of the Flipnote file |
current | FlipnoteVersion | Metadata about the current author of the Flipnote file |