Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 629 Bytes

TODO.md

File metadata and controls

15 lines (12 loc) · 629 Bytes

TODO

  • Auto-scale text that is too long to fit in text fields.

    • Not for text areas, they scroll vertically as intended.
  • Attempt to use SVG as the file format for sheet images.

    • Should improve file sizes, load-times, and quality when zoomed.
    • May break static field placement.
  • Error handling for importing sheets.

    • Non-existent module or incompatible version.
  • PDF export.

    • jsPDF is probably the best library to help with this, but will require making our own canvas elements for content beacuse html2canvas and rasterizeHTML have limited SVG and custom CSS support.