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; import DiodeFilter from 'filters';
var filter = new DiodeFilter;