first commit
This commit is contained in:
27
node_modules/dom-to-image-more/spec/resources/page.html
generated
vendored
Normal file
27
node_modules/dom-to-image-more/spec/resources/page.html
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style id="style"></style>
|
||||
|
||||
<div>
|
||||
<h1>DOM node</h1>
|
||||
<div id="dom-node"></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h1>Cloned node</h1>
|
||||
<div id="cloned-node"></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h1>Rendered image</h1>
|
||||
<canvas id="canvas"></canvas>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h1>Control image</h1>
|
||||
<img id="control-image" alt="What we loaded from the spec" />
|
||||
</div>
|
||||
Reference in New Issue
Block a user