derya
Version:
Multi-Parser & Code-Generator, developed with TypeScript on node.js.
23 lines (16 loc) • 508 B
Markdown
# Derya
HTML- & CSS-CodeGenerator, developed in TypeScript on Node.js. Contains a lot
of classes and functions to generate, parse and edit HTML- and CSS-Code.
## CSS
The CSS-SourceCode-Class contains CSS-Elements, which contains CSS-Properties.
### CSS-Classes
- CSSElement
- CSSProperty
- CSSSourceCode
## HTML
The HTML-SourceCode-Class contains HTML-Elements (e.g. Tags), which can
contain HTML-Tag-Attributes.
### HTML-Classes
- HTMLElement
- HTMLSourceCode
- HTMLTAGAttribute