personalizedrefrigerator / js-draw

Draw pictures using a pen, touchscreen, or mouse! JS-draw is a freehand drawing library for JavaScript and TypeScript.
https://personalizedrefrigerator.github.io/js-draw/typedoc/
MIT License
79 stars 8 forks source link

blank page as default template #31

Closed Wladefant closed 11 months ago

Wladefant commented 11 months ago

I would suggest using a blank page as the default template for js draw like all the other programs like onenote: image samsung notes: SmartSelect_20230919_233344_Samsung Notes

especially if you are calling it "drawing"

but either way i can see that that is easy to change. Still... If you need a grid you will turn it on, otherwise a drawing does not need lines...

personalizedrefrigerator commented 11 months ago

My reasoning behind using a grid pattern by default:

A drawing title input (like OneNote's) or other default content would also work to resolve the above feedback issue.

Note that changing background settings in the "page" menu also change the template used for new images. As such, unchecking "grid" then saving means that the next image created will not be created with a grid background.