easy-template-x-extension-footer

Extension for package easy-template-x, only for nodejs, and only for TextPlugin!

Usage no npm install needed!

<script type="module">
  import easyTemplateXExtensionFooter from 'https://cdn.skypack.dev/easy-template-x-extension-footer';
</script>

README

easy-template-x-extension-footer

Extension for package easy-template-x, only for nodejs, and only for TextPlugin!

npm i easy-template-x-extension-footer

const FooterExtension = require('easy-template-x-extension-footer');

const handler = new TemplateHandler({
    extensions: {
        afterCompilation: [
            new FooterExtension()
        ]
    }
});