pngjs/lib/packer-sync.js

5 lines
78 B
JavaScript

'use strict';
module.exports = function(buffer, options) {
return null;
};