big-dream / simplify
1.0.2
2023-03-16 03:20 UTC
Requires
- php: >=8.0.0
This package is not auto-updated.
Last update: 2024-11-08 09:08:41 UTC
README
PHP port of https://github.com/mourner/simplify-js
Run
use bigDream\simplify\Simplify; $simplify = new Simplify(); $simplify->run($points, $tolerance, $highestQuality);
Install
composer require big-dream/simplify