1.8.2 • Published 12 months ago

@genericmedia/lib v1.8.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@genericmedia/lib

release npm

A library for building data-intensive web applications.

  • commander - Declarative reactivity.
  • commands - A collection of custom commands.
  • dsv - Easy & fast DSV parsing and formatting.
  • elements - Custom elements using commander and state.
  • requester - Easy & reactive URL fetching.
  • scroller - Smooth scrolling through tabular data.
  • state - State management.
  • util - Utility functions.

Installation

npm add @genericmedia/lib
pnpm add @genericmedia/lib
yarn add @genericmedia/lib

Usage

// ESM local import
import { parseDsvStream } from "@genericmedia/lib"
// ESM remote import
import { parseDsvStream } from "https://cdn.jsdelivr.net/npm/@genericmedia/lib/+esm"
// UMD local require
const gm = require("@genericmedia/lib")
<!-- UMD remote script, "gm" is globally available -->
<script src="https://cdn.jsdelivr.net/npm/@genericmedia/lib/dist/index.min.js"></script>

It is also possible to use subpaths for commander, commands, dsv, elements, requester, scroller, state and util.

// ESM local import
import { parseDsvStream } from "@genericmedia/lib/dsv"
<!-- UMD remote script, "gm" is globally available -->
<script src="https://cdn.jsdelivr.net/npm/@genericmedia/lib/dist/dsv.min.js"></script>

License

This library is released under the MIT License.

1.8.2

12 months ago

1.8.1

12 months ago

1.8.0

12 months ago

1.7.0

1 year ago

1.6.4

1 year ago

1.6.3

1 year ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.6.0-beta.4

1 year ago

1.6.0-beta.3

1 year ago

1.6.0-beta.2

1 year ago

1.6.0-beta.1

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

1.0.0-beta.5

1 year ago

1.0.0-beta.4

1 year ago

1.0.0-beta.3

1 year ago