1.4.0
Update
- Slightly optimize
createBoundary
using bitwiseA << 0
instead ofMath.floor()
; - Reduce package size by removing comments for JS output (but keep comments for .d.ts output).
All changes: v1.3.0...v1.4.0
createBoundary
using bitwise A << 0
instead of Math.floor()
;All changes: v1.3.0...v1.4.0