@saehrimnir/dataset
v0.2.1
Published
A JavaScript Library for serving often used datasets.
Downloads
11
Maintainers
Readme
Dataset
Installation
Install with npm i @saehrimnir/dataset
and use it with:
import * as dataset from "@saehrimnir/dataset";
or single ones:
import SWISSROLL from "@saehrimnir/dataset";
Otherwise load the files, or use for instance unpkg and use it with:
<!-- UNPKG -->
<script src="https://unpkg.com/@saehrimnir/dataset"></script>
<!-- FILES -->
<script src="<path-to-file>/dataset.js"></script>