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');
This module allows the dynamic footer to be generated for JS with an updated years and name.
<script type="module">
import doncampJsFooter from 'https://cdn.skypack.dev/doncamp-js-footer';
</script>
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');