pixel: refactor to separate files

This commit is contained in:
Elijah Duffy
2025-12-18 17:20:05 -08:00
parent 9400e81aaa
commit fc07bb057c
5 changed files with 356 additions and 353 deletions

View File

@@ -0,0 +1,2 @@
export { default as MetaPixel } from './MetaPixel.svelte';
export { PixelControl, type PixelControlOptions } from './pixel-control.ts';