UNPKG

omnifilter

Version:

"Awesome filters applied to personal images"

8 lines (6 loc) 132 B
'use strict'; module.exports = exports = function(buf) { for (let i = 0; i < buf.length; i++) { buf.writeUInt8(0, i); } };