Skip to content

Instantly share code, notes, and snippets.

@speto
Created July 19, 2022 16:12
Show Gist options
  • Save speto/60b3cc12fd12e4d9bda92865ccc74fc9 to your computer and use it in GitHub Desktop.
Save speto/60b3cc12fd12e4d9bda92865ccc74fc9 to your computer and use it in GitHub Desktop.
/** @type Array<GoogleSpreadsheetRow> */
const rows = await sheet.getRows();
var buffered_canvas = /** @type {HTMLCanvasElement} */ (document.createElement("canvas"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment