Skip to content

saehm/mistle

Repository files navigation

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>