/simplify-php

PHP port of mourner/simplify-js

Primary LanguagePHPBSD 2-Clause "Simplified" LicenseBSD-2-Clause

simplify-php

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