Extract Editor from App
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Siklos 2022-08-04 14:53:49 +02:00
parent 72dfb4f9bb
commit 340cc86aa9
5 changed files with 373 additions and 314 deletions

22
src/Editor.scss Normal file
View file

@ -0,0 +1,22 @@
svg {
height: 100%;
width: 100%;
}
text {
font-size: 18px;
font-weight: 800;
fill: none;
fill-opacity: 0;
stroke: #000000;
stroke-width: 1px;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-opacity: 1;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}