color-synth

a synth that generates colors instead of sounds
Log | Files | Refs | README

app.d.ts (241B)


      1 // See https://kit.svelte.dev/docs/types#app
      2 // for information about these interfaces
      3 declare global {
      4 	namespace App {
      5 		// interface Error {}
      6 		// interface Locals {}
      7 		// interface PageData {}
      8 		// interface Platform {}
      9 	}
     10 }
     11 
     12 export {};