Stronger visual feedback for keyframe snapping
This commit is contained in:
parent
f4c2fb2a08
commit
816e67a814
7 changed files with 67 additions and 19 deletions
|
@ -14,7 +14,7 @@ require('esbuild')
|
|||
{
|
||||
entryPoints: [path.join(playgroundDir, 'src/index.tsx')],
|
||||
target: ['firefox88'],
|
||||
loader: {'.png': 'file', '.glb': 'file'},
|
||||
loader: {'.png': 'file', '.glb': 'file', '.svg': 'dataurl'},
|
||||
bundle: true,
|
||||
sourcemap: true,
|
||||
define: definedGlobals,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue