Installing thiss-ds-jsΒΆ

Install via npm is straight-forward:

# npm install [--save] @theidentityselector/thiss-ds

The thiss-ds package supports both CommonJS-style and ES6 import aswell as old-school CDN delivery:

CommonJS:

var thiss = require("thiss-ds.js");

ES6-style

import {DiscoveryService} from "thiss-ds";
import {PersistenceService} from "thiss-ds";

CDN (thanks to unpkg.com)

<script src="//unpkg.com/browse/@theidentityselector/thiss-ds" />