mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-11-03 05:48:23 +08:00
Use ES2015 + strict-mode
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
var MAX_BRIDGE_DISTANCE = 64;
|
||||
var MIN_CORNER_ANGLE = 0.1*Math.PI;
|
||||
var MIN_CORNER_TANGENT_DISTANCE = 4;
|
||||
|
||||
Reference in New Issue
Block a user