UNPKG

crescent

Version:

JavaScript images Binarization/Comparsion

9 lines (8 loc) 150 B
import Picture from './Picture'; const crescent = { Picture, hello: () => { return 'hello, this is crescent' } } module.exports = crescent;