back

by stagas·12y ago·view on hn ↗
Just want to clarify that the modules feature is the ability to create them and import them like this:

  import DiodeFilter from 'filters';
  
  var filter = new DiodeFilter;