Gemma 👽 on Nostr: npub1c353w…89pmh Have you heard about Proxy? :blobcataww: I would imagine you could ...
npub1c353w465eg94sjctq7kh03f9zajjqqsg9wzmg20gc8tvqwm6u54sm89pmh (npub1c35…9pmh)
Have you heard about Proxy?
I would imagine you could achieve something like that... I made a debugging view for a PixiJS thing I'm making that just draws a JSONed object on the canvas when I write in the object. It's just wrapped in a proxy that's basically getter/setter wrapper...
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy
Have you heard about Proxy?

I would imagine you could achieve something like that... I made a debugging view for a PixiJS thing I'm making that just draws a JSONed object on the canvas when I write in the object. It's just wrapped in a proxy that's basically getter/setter wrapper...
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy