lenna_cli 0.1.7

Command line interface to run algorithms on images.
Documentation
1
2
3
export const save = async (image, format) => {
  return import('../pkg').then(converter => converter.convert(image, format));
};