UNPKG

holo-project

Version:

This project has been created using **webpack-cli**, you can now run

9 lines (8 loc) 174 B
export default class Light { constructor(_x=600, _y=300) { this._dimensions = {x: _x, y: _y} } get dimensions() { return this._dimensions } }