UNPKG

@adoratorio/hades

Version:

A smooth scrollbar based on Hermes, scroll down 'till hell

18 lines 336 B
class Boundaries { min = { x: 0, y: 0, }; max = { x: 0, y: 0, }; constructor(xMin, xMax, yMin, yMax) { this.min.x = xMin; this.min.y = yMin; this.max.x = xMax; this.max.y = yMax; } } export default Boundaries; //# sourceMappingURL=Boundaries.js.map