Just a simple JS footer
This should be used in the following manner
npm install --save alexpogor-js-footer
Add to a JavaScript project with the following code:
import { footer } from "alexpogor-js-footer";
footer("Some name");
This module allows for a dynamic footer to be generated for JS applications with an updated year and name.
This should be used in the following manner
npm install --save alexpogor-js-footer
Add to a JavaScript project with the following code:
import { footer } from "alexpogor-js-footer";
footer("Some name");