PaletteSwitcher/main.go
2021-11-21 20:12:16 +01:00

11 lines
120 B
Go

package main
import (
"syscall/js"
)
func main() {
js.Global().Set("DitherNord", DitherNord())
<-make(chan bool)
}