@dipcode/dj-scripts
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Scripts - Javascript module

Module with common and usefull scripts to be used along with @dipcode/dj-core.

Exported scripts usage examples

Font Loader

const fontName: string = 'Inter';
const fontWeights: number[] = [100, 300, 400, 500, 700];
const fontLoaderScript: FontLoaderScript = new FontLoaderScript(fontName, fontWeights);

Idle

new Idle({
  activityReportInSec: settings.get('SESSION_MAX_TIME'),
  activityReportMode: ReportMode.Standard,
  onReportUserIsIdle: () => {
    location.reload();
  },
});

Package Sidebar

Install

npm i @dipcode/dj-scripts

Weekly Downloads

6

Version

0.1.3

License

MIT

Unpacked Size

8.98 kB

Total Files

9

Last publish

Collaborators

  • tiagoloureiro
  • sfrtux