feat: moved css to html file, updated readme

This commit is contained in:
Daniel Ledda
2022-05-28 13:23:25 +02:00
parent e5e0c47f68
commit db4a332990
8 changed files with 535 additions and 48 deletions

View File

@@ -14,10 +14,6 @@ export default abstract class Rung {
return this.node;
}
protected getEl(): Node {
return this.render();
}
redraw(): void {
const oldNode = this.node;
if (!oldNode || !this.node) {