@ntlab/ntjs-assets

Node Javascript assets

Usage no npm install needed!

<script type="module">
  import ntlabNtjsAssets from 'https://cdn.skypack.dev/@ntlab/ntjs-assets';
</script>

README

NTJS Web Assets Repository

This is a collection of web assets used by NODE-NTJS.

Example usage using express app:

const express = require('express');
const { Assets } = require('@ntlab/ntjs-assets');

const app = express();
app.use(express.static(Assets));