1.8.2 • Published 8 months ago
@genericmedia/lib v1.8.2
@genericmedia/lib
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
8 months ago
1.8.1
9 months ago
1.8.0
9 months ago
1.7.0
10 months ago
1.6.4
10 months ago
1.6.3
10 months ago
1.6.2
10 months ago
1.6.1
10 months ago
1.6.0
10 months ago
1.6.0-beta.4
11 months ago
1.6.0-beta.3
11 months ago
1.6.0-beta.2
11 months ago
1.6.0-beta.1
11 months ago
1.5.3
11 months ago
1.5.2
11 months ago
1.5.1
11 months ago
1.5.0
11 months ago
1.4.0
11 months ago
1.3.0
11 months ago
1.2.0
11 months ago
1.1.0
11 months ago
1.0.0
11 months ago
1.0.0-beta.5
11 months ago
1.0.0-beta.4
12 months ago
1.0.0-beta.3
12 months ago