FWeinb / electron-screenshot-service

Take screenshots using electron
MIT License
141 stars 26 forks source link

HTML instead of URL parameter ? #10

Closed asafyish closed 8 years ago

asafyish commented 8 years ago

Hi,

Is it possible to give an HTML parameter with an HTML string, rather then supplying a url ? Can be really useful.

FWeinb commented 8 years ago

You can usw a data-url like this: data:text/html,charset=utf-8,[URL Encoded html]

asafyish commented 8 years ago

Cool ! Thanks !