jeffersonlicet / snipped

🖥️ 🖼️ Create fancy screenshots of your code without leaving the editor.
https://marketplace.visualstudio.com/items?itemName=jeffersonlicet.snipped
108 stars 5 forks source link

Optimise raster screenshots & support Windows path separator #12

Closed ghost closed 2 years ago

ghost commented 3 years ago

Windows uses \ in paths, so let's use both slash separators to get the filename.

ghost commented 3 years ago

Done

ghost commented 3 years ago

Gonna also ship the new version of dom-to-image-more, but waiting on https://github.com/1904labs/dom-to-image-more/pull/47

If it takes a couple weeks, I'll build the min.js myself and ship the pull

ghost commented 3 years ago

Okay I have built the library myself and it's been working great in VSC!

jeffersonlicet commented 2 years ago

Testing

ghost commented 2 years ago

Bumpety bump,! Thanks

jeffersonlicet commented 2 years ago

I would like to find a way to include dom lib from node_modules folder

ghost commented 2 years ago

Done