Braks
Braks
Another thing regarding color mode: There's no way to *disable* it (without using a typehack like `colorMode={'' as unknown as ColorMode}`), like setting `colorMode={null}` or something.
What if you want to use a color mode like `sepia` instead? 🤔
On that note, maybe it'd make sense to be able to assign a nodeExtent that also matches the dimensions of the container? So basically something like `nodeExtent: 'container'` (just spitballing...
Mhhhh.... good question 🤔 I was just thinking if I wanted to "fix" the translateExtent to specific bounds I'd like to be able to match the nodeExtent to that without...
Mh... what exactly is supposed to happen in the sandbox? Because from what I can tell the nodes just do some weird jumps when I reach the border of the...