@visual-filter/applyer
A utility for applying a filter (produced by one of the @visual-filter library components) to data.
Usage
const filterApplyer = require("@visual-filter/applyer")
const newData = filterApplyer(filter, methods, data)
Note: That this algorithm operates in-place