first commit
This commit is contained in:
1
node_modules/dom-to-image-more/spec/resources/style/control-image
generated
vendored
Normal file
1
node_modules/dom-to-image-more/spec/resources/style/control-image
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAA+ElEQVR4nO3RwQmAQAADweu/af3nq7AiM5AGNucAAAAAAAAAAAAAz1znXH9Y3fE1dUiHjDqkQ0Yd0iGjDumQUYd0yKhDOmTUIR0y6pAOGXVIh4w6pENGHdIhow7pkFGHdMioQzpk1CEdMuqQDhl1SIeMOqRDRh3SIaMO6ZBRh3TIqEM6ZNQhHTLqkA4ZdUiHjDqkQ0Yd0iGjDumQUYd0yKhDOmTUIR0y6pAOGXVIh4w6pENGHdIhow7pkFGHdMioQzpk1CEdMuqQDhl1SIeMOqRDRh3SIaMO6ZBRh3TIqEM6ZNQhHTLqkA4ZdUiHAAAAAAAAAAAAwEfcyBN1ls/XAjAAAAAASUVORK5CYII=
|
||||
1
node_modules/dom-to-image-more/spec/resources/style/dom-node.html
generated
vendored
Normal file
1
node_modules/dom-to-image-more/spec/resources/style/dom-node.html
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<div class="child"></div>
|
||||
11
node_modules/dom-to-image-more/spec/resources/style/style.css
generated
vendored
Normal file
11
node_modules/dom-to-image-more/spec/resources/style/style.css
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#dom-node {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
.child {
|
||||
width: 100%;
|
||||
height: 50%;
|
||||
background-color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user