Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Png export #11

Closed
fxgenstudio opened this issue Aug 31, 2016 · 2 comments
Closed

Png export #11

fxgenstudio opened this issue Aug 31, 2016 · 2 comments
Assignees

Comments

@fxgenstudio
Copy link

Add png image support.

@jaime-olivares
Copy link
Owner

Still looking at this. Cannot find a clean way to do it.
The VSCode extension API doesn't provide access to the DOM, so it cannot be done by using DOM objects.
Don't really want to use a dependency like PhantomJS or ImageMagick, as there is no certainty to work well in all installations.

@jaime-olivares
Copy link
Owner

This won't happen anytime soon. there are lots of technical barriers for doing this smoothly in pure javascript. I am reluctant of using any kind of 3rd party binary as it will trigger a lot of installation issues in multiple platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants