UNPKG

imagerot

Version:

A lightweight, cross-environment image library for applying unique effects via raw image buffers.

8 lines (7 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isBrowser = void 0; const isBrowser = () => { return typeof self !== 'undefined' || typeof window !== 'undefined'; }; exports.isBrowser = isBrowser;