# @cosmic-plus/domutils

> Generic browser utilities that are not related to Stellar

Latest version **2.2.0** (published 2021-09-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @cosmic-plus/domutils
pnpm add @cosmic-plus/domutils
yarn add @cosmic-plus/domutils
bun add @cosmic-plus/domutils
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.2.0 |
| Published | 2021-09-17 |
| First published | 2019-04-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 80.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | MisterTicot |
| Maintainers | misterticot |

## Links

- npm: https://www.npmjs.com/package/@cosmic-plus/domutils
- Repository: https://github.com/cosmic-plus/js-domutils
- Homepage: https://cosmic.plus/#view:js-domutils
- Issues: https://github.com/cosmic-plus/js-domutils/issues
- npm.io page: https://npm.io/package/@cosmic-plus/domutils

## Dependencies (3)

- [core-js](https://npm.io/package/core-js.md) ^3.17.3
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.4.5
- [@cosmic-plus/jsutils](https://npm.io/package/@cosmic-plus/jsutils.md) ^2.1.0

## Recent versions

- 2.2.0 (latest) — 2021-09-17
- 2.1.0 — 2019-11-30
- 2.0.4 — 2019-09-07
- 2.0.2 — 2019-05-03
- 2.0.1 — 2019-05-03
- 2.0.0 — 2019-04-26

## README

# @cosmic-plus/domutils

![Licence](https://img.shields.io/github/license/cosmic-plus/js-domutils.svg)
[![Dependencies](https://badgen.net/david/dep/cosmic-plus/js-domutils)](https://david-dm.org/cosmic-plus/js-domutils)
![Vulnerabilities](https://snyk.io/test/npm/@cosmic-plus/domutils/badge.svg)
![Size](https://badgen.net/bundlephobia/minzip/@cosmic-plus/domutils)
![Downloads](https://badgen.net/npm/dt/@cosmic-plus/domutils)

Generic browser utilities that are not related to Stellar.

_Note:_ This is an internal library and may be modified in
compatibility-breaking ways.

## Install

- **Npm** `npm install @cosmic-plus/domutils`
- **Yarn** `yarn add @cosmic-plus/domutils`

Then: `const { $module, ... } = require("@cosmic-plus/domutils")`

To pick a module: `const $module = require("@cosmic-plus/domutils/es5/$module")`

## Modules

- **dom**: Easy access to DOM tree elements.
- **file**: Load/save file.
- **form**: A class to ease form creation.
- **gui**: A light component-driven development solution.
- **html**: A few methods to deal with HTML elements.
- **load**: Asynchronously load CSS.
- **page**: Tab-based browsing.
- **params**: An Object that reflect query string parameters.
- **polyfill**: A few important polyfill.
- **service-worker**: Easy way to setup a service worker.
- **tabs**: A simple tabbed view generator.

## Additional Resources

- GitHub repository: https://github.com/cosmic-plus/js-domutils
- NPM package: https://npmjs.com/@cosmic-plus/domutils
- Yarn package: https://yarn.pm/@cosmic-plus/domutils

---
_Source: https://npm.io/package/@cosmic-plus/domutils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
