You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this extension all the time, especially the Create React Project command, but there are a few additions I find myself making to all my projects.
Would it be possible for us to define our own template somehow? For example, I always create the canvas with innerWidth and innerHeight for the arguments, and 20 for the background color, as well as setting overflow: hidden; in the CSS.
The text was updated successfully, but these errors were encountered:
I use this extension all the time, especially the Create React Project command, but there are a few additions I find myself making to all my projects.
Would it be possible for us to define our own template somehow? For example, I always create the canvas with
innerWidth
andinnerHeight
for the arguments, and20
for the background color, as well as settingoverflow: hidden;
in the CSS.The text was updated successfully, but these errors were encountered: