UNPKG

@spearwolf/twopoint5d

Version:

Create 2.5D realtime graphics and pixelart with WebGL and three.js

2 lines 103 B
export const isPowerOf2 = (n) => n !== 0 && (n & (n - 1)) === 0; //# sourceMappingURL=isPowerOf2.js.map