UNPKG

watermarkjs

Version:
15 lines (10 loc) 179 B
jest.autoMockOff(); window.atob = function(base64) { return 'decoded!'; } window.File = function() { }; window.Image = function() { this.width = 50; this.height = 50; }