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 @@ export function createBundles(watch: boolean) {
const esbuildConfig: Parameters<typeof build>[0] = {
entryPoints: [path.join(pathToPackage, 'src/index.ts')],
target: ['es6'],
loader: {'.png': 'file'},
loader: {'.png': 'file', '.svg': 'dataurl'},
bundle: true,
sourcemap: true,
define: definedGlobals,