big-dream/simplify

1.0.2 2023-03-16 03:20 UTC

This package is not auto-updated.

Last update: 2024-12-20 09:47:29 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