Skip to content

Commit

Permalink
add clear labels, fix #32
Browse files Browse the repository at this point in the history
  • Loading branch information
king2088 committed Sep 12, 2023
1 parent e9dfd1f commit 30cb9b7
Show file tree
Hide file tree
Showing 10 changed files with 1,486 additions and 236 deletions.
2 changes: 1 addition & 1 deletion dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/types/3dLoader/vue3dLoader.vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ declare const _default: import("vue").DefineComponent<{
getAllObject: () => any;
setLabel: () => void;
setSpriteLabel: () => void;
clearSprite: () => void;
generateCanvas: (text: string, style: any) => HTMLCanvasElement;
getObjectIndex: (object: any) => any;
playAnimations: () => void;
Expand Down
1 change: 1 addition & 0 deletions dist/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ declare const _default: {
getAllObject: () => any;
setLabel: () => void;
setSpriteLabel: () => void;
clearSprite: () => void;
generateCanvas: (text: string, style: any) => HTMLCanvasElement;
getObjectIndex: (object: any) => any;
playAnimations: () => void;
Expand Down
48 changes: 24 additions & 24 deletions dist/vue-3d-loader.cjs.js

Large diffs are not rendered by default.

Loading

0 comments on commit 30cb9b7

Please sign in to comment.