feat: Новый кросс платформенный вьювер

This commit is contained in:
2026-07-14 09:54:36 +03:00
parent c596f9f1c3
commit 1280eb6fcd
46 changed files with 1440 additions and 785 deletions

View File

@@ -5,11 +5,12 @@ export default defineConfig({
index: 'src/index.ts',
cli: 'src/cli.ts',
react: 'src/react.ts',
viewer: 'src/viewer.ts',
},
format: 'esm',
dts: true,
clean: true,
sourcemap: true,
target: 'node18',
noExternal: ['react-colorful'],
noExternal: ['lit', 'vanilla-colorful'],
})