oscarotero / node-sketch

💎 Javascript library to manipulate sketch files
https://oscarotero.github.io/node-sketch/
MIT License
304 stars 23 forks source link

support direct source loading like a webpack loader #12

Closed aleen42 closed 5 years ago

aleen42 commented 5 years ago

How about exposing a method of the tool itself, where developers can load source directly and act like a webpack loader?

aleen42 commented 5 years ago

However, this tool is mainly used under node environment rather than the browser. Such a PR may be taken more considerations.

oscarotero commented 5 years ago

I'm not sure about the worth of include sketch files in webpack, but is a good idea to have a way to load a file from its content.

oscarotero commented 5 years ago

Thanks!