1.0.2 • Published 3 years ago

@arturdoruch/html v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

HTML

JavaScript HTML element helpers.

Install

yarn add @arturdoruch/html

Contents

HTMLElement

HTMLElement object wrapper. Provides common functions to manipulate HTML element.

import HtmlElement from '@arturdoruch/html/lib/element/HtmlElement.js';

Usage todo

HTML utils

import htmlUtils from '@arturdoruch/html/lib/html-utils.js';

Functions:

  • isTagSelfClosing
  • parseCssStyles

HTML element factory

import htmlElementFactory from '@arturdoruch/html/lib/element/html-element-factory.js';

Functions:

  • create