This library is a work-in-progress and should not be used in production yet!
// the main export is a function that must be called
const filters = require('{%= name %}');
console.log(filters());
console.log(filters('math'));
console.log(filters(['math', 'string']));Some of these filters were ported from:
- TinyLiquid by Zongmin Lei
- Shopify Liquid
- Jekyll
TODO: add links before publishing.