Hellama - Basic replacement
Back to Hellama
Syntax: hellama(elements, tags, config)
Params:
- elements [iterable] HTML elements to process
- tags [JSON] hellatts tags definition
- config [JSON] open and close sequence of hellatts tags (can be the same)
const cfg = { open: "{", close: "}" };
const tags = { value: "Hello" };
hellama([test], tags, cfg);