@visual-filter/applyer

A utility for applying a filter to data.

Usage no npm install needed!

<script type="module">
  import visualFilterApplyer from 'https://cdn.skypack.dev/@visual-filter/applyer';
</script>

README

@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