README
Vicg JS Footer
This should be used in the following manner
Install with the command:
npm install --save vicg-js-footer
Add to a JavaScript Project with the following code:
import { footer } from 'vicg-js-footer';
footer('Some Name')
This module allows for a dynamic footer to be generated for JS applications with an updated year and name.
<script type="module">
import vicgJsFooter from 'https://cdn.skypack.dev/vicg-js-footer';
</script>
This should be used in the following manner
Install with the command:
npm install --save vicg-js-footer
Add to a JavaScript Project with the following code:
import { footer } from 'vicg-js-footer';
footer('Some Name')