UNPKG

fabric-browseronly

Version:

Fork of fabric.js with only browser rendering support.

5 lines (4 loc) 202 B
if (typeof document !== 'undefined' && typeof window !== 'undefined') { // ensure globality even if entire library were function wrapped (as in Meteor.js packaging system) window.fabric = fabric; }