UNPKG

smooth-shadows

Version:

A library to generate smooth shadows with multiple layers

6 lines (5 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.smoothShadows = void 0; var shadows_1 = require("./shadows"); Object.defineProperty(exports, "smoothShadows", { enumerable: true, get: function () { return shadows_1.smoothShadows; } });