mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-04-28 15:55:32 +00:00
Add .vl2 export
This commit is contained in:
parent
e0e2b3d276
commit
941f908cb5
31 changed files with 378 additions and 81 deletions
|
|
@ -17,6 +17,13 @@ interface ToolsContextValue {
|
|||
bringForward: () => void;
|
||||
lockSelection: () => void;
|
||||
unlockSelection: () => void;
|
||||
exportSkin: ({
|
||||
name,
|
||||
format,
|
||||
}: {
|
||||
name: string;
|
||||
format: string;
|
||||
}) => Promise<void>;
|
||||
lockedObjects: Set<fabric.Object>;
|
||||
backgroundColor: string;
|
||||
setBackgroundColor: (backgroundColor: string) => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue