UNPKG

@prescott/geo-pattern

Version:

Create beautiful generative geometric background images from a string.

13 lines 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Seed = void 0; class Seed { constructor(value) { this.seed = value; } read(offset, length) { return parseInt(this.seed.slice(offset, offset + length), 16); } } exports.Seed = Seed; //# sourceMappingURL=seed.js.map