noflo-assembly-utils

Utility components for NoFlo Assembly programs

Usage no npm install needed!

<script type="module">
  import nofloAssemblyUtils from 'https://cdn.skypack.dev/noflo-assembly-utils';
</script>

README

noflo-assembly-utils

This module provides a set of utility components for NoFlo Assembly Line programs. Many of these are assembly-ized ports of existing popular NoFlo components.

Changes

  • 0.2.1 (2021-01-27)
    • Added Fork and Merge components
    • Added All component based on flow/All
  • 0.2.0 (2021-01-04)
    • Added ToAssembly and FromAssembly components for easier integration between Assembly flows and traditional NoFlo components
    • Now based on noflo-assembly 0.3
  • 0.1.0 (2020-09-16)
    • Initial release
    • Added ComparePath based on objects/ComparePath