UNPKG

ambient-cbg-ts

Version:

A React.js webpage backgrounds created using the HTML5 Canvas API and jwagner's Simplex Noise library

11 lines (10 loc) 516 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.CanvasBackground = exports.Pipeline = void 0; var Pipeline_1 = __importDefault(require("./components/Pipeline")); exports.Pipeline = Pipeline_1.default; var CanvasBackground_1 = __importDefault(require("./components/CanvasBackground")); exports.CanvasBackground = CanvasBackground_1.default;