Stronger visual feedback for keyframe snapping

This commit is contained in:
Aria Minaei 2021-08-07 11:17:30 +02:00
parent f4c2fb2a08
commit 816e67a814
7 changed files with 67 additions and 19 deletions

View file

@ -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,