JsObjExporter icon indicating copy to clipboard operation
JsObjExporter copied to clipboard

Add stylesheet support for html type

Open dimbslmh opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently exporting html type has no stylesheet support

Describe the solution you'd like Add a parameter to support stylesheet from:

  1. url for a <link> element
  2. string for a <style> element

Describe alternatives you've considered Include a <style> or <link> element inside the exportable DOM element, but according to the W3 specs <style> or <link> element must be included inside the <head> of the document

Additional context

dimbslmh avatar Oct 05 '20 08:10 dimbslmh