Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

v1.15.0

Compare
Choose a tag to compare
@luoxuhai luoxuhai released this 24 Oct 14:55
· 27 commits to master since this release

1.15.0 (2022-10-24)

✨ Features

  • Add size and data to PointCloud (b9d32d9)
  • Add support for Node.js environment (c52850f)

For Example

const PCL = require("pcl.js");

async function main() {
  await PCL.init();
  ...
}

main();

Full Changelog: v1.14.0...v1.15.0