arjsfooter

This module allows for a dynamic footer to be generated for js applications with an updated year and name.

Usage no npm install needed!

<script type="module">
  import arjsfooter from 'https://cdn.skypack.dev/arjsfooter';
</script>

README

AR JS Footer

This should be used in the following manner

Install with the command:

npm install --save arjsfooter

Add to a JavaScript project with the following code

import { footer } from 'arjsfooter';

footer('Some Name');