1.3.0 • Published 9 months ago

fourdom v1.3.0

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

fourdom

A DOM toolkit library.

Features

  • css: for add style to DOM.
  • removeElement: for delete a Element from DOM.
  • addClss: for add some class name to DOM.
  • removeClass: for delete some class name from DOM.
  • hasClass: for determine whether class name exists on a certain DOM.

Installation

# pnpm
$ pnpm add fordom

# yarn
$ yarn add fordom

# npm
$ npm i fordom

APIs

CHANGE LOGS

See change log here.