rmconsole

This commit is contained in:
Jade (Rose) Rowland 2025-09-15 21:47:40 -04:00
parent 2cba1dcb31
commit 7dfd7dbcdc

View file

@ -152,10 +152,7 @@ export const itri2 = fastcat(isaw2, saw2);
* *
* @return {Pattern} * @return {Pattern}
*/ */
export const time = signal((x) => { export const time = signal(id);
console.info(typeof x)
return x
});
/** /**
* The mouse's x position value ranges from 0 to 1. * The mouse's x position value ranges from 0 to 1.