Content
@
0 reply
0 recast
0 reaction
@git
TIL about `write()` API which can write arbitrary data (unlike `writeText()`, which can only write text) For example, it can copy canvas which you can then paste as is. This is useful if you're building something like excalidraw.com https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/write
0 reply
1 recast
11 reactions