Initial commit. \n 1. Screen capture plugin. \n 2. PNG annotation plugin

This commit is contained in:
2024-08-19 08:58:38 +01:00
parent 6e3fc47d36
commit 40a8406427
40 changed files with 5622 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
.annotator-png-container-annotation {
position: relative;
border: 1px solid #ccc;
margin: 20px auto;
}
.annotator-png-canvas-annotation {
border: 1px solid #ccc;
}
.annotator-png-toolbox {
margin-bottom: 10px;
}
button {
margin-right: 5px;
}