Make outline simplification a kind of geometry, as well as skew correction (#961).
This commit is contained in:
parent
340d3096c3
commit
902722a1a1
3 changed files with 50 additions and 21 deletions
|
@ -3,7 +3,7 @@
|
|||
const fs = require("fs-extra");
|
||||
const zlib = require("zlib");
|
||||
|
||||
const Edition = 1;
|
||||
const Edition = 2;
|
||||
|
||||
class Cache {
|
||||
constructor() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue