grant-davidson

Results 2 issues of grant-davidson

To reproduce: 1. clone excalidraw-claymate 2. install packages 3. yarn start 4. Add snapshot 5. click "Export GIF" Workaround : Copy node_modules\gif.js\dist\gif.worker.js to public\gif.worker.js

The documentation shows how to monitor the '+' key: `hotkeys('+', { splitKey: '-' }, function(e){ console.log('you pressed +'); })` but this doesn't seem to work. https://codepen.io/grantnz/pen/abpmGjz