created ShadeMyCanvas (smc)

This commit is contained in:
do butterflies cry? 2026-02-02 01:12:53 +10:00
parent 935cc44f66
commit 1d06470ccd
12 changed files with 539 additions and 24 deletions

4
www/js/smc/lib.js Normal file
View file

@ -0,0 +1,4 @@
import { Smc } from "./smc.js";
import { SmcErr } from "./errors.js";
export { Smc, SmcErr };