doncamp-js-footer

This module allows the dynamic footer to be generated for JS with an updated years and name.

Usage no npm install needed!

<script type="module">
  import doncampJsFooter from 'https://cdn.skypack.dev/doncamp-js-footer';
</script>

README

Doncamp JS Footer

This should be use in a following manner

install with the command:

npm install --save doncamp-js-footer

add to a JavaScript with a following code:


import { footer } from 'doncamp-js-footer';

footer('Some Name');