ad-si / fakesome

The fake data generator
https://fakesome.ad-si.com
MIT License
16 stars 4 forks source link

consider splitting off image stuff into separate module #9

Open focusaurus opened 10 years ago

focusaurus commented 10 years ago

The canvas dependency is compiled and giving me errors and it's not something I really expect or want in this type of testing library. My expectation, which I think is quite common, is that this type of module would have a very small number of very lightweight dependencies, if any. I think the case for generating builtin types from the javascript language is significantly more common than the case for needing to generate synthetic binary image data that they should be in separate modules.

adius commented 10 years ago

You're absolutely right. I'll outsource it the next time I've time to work on fakesome.