CROTEL

Results 3 issues of CROTEL

https://github.com/alexeyten/qr-image/blob/9b5ee0e8f38152f29cfd59eedaf037fafb47e740/lib/vector.js#L154 to `var XY = size;` is it better for svg resize?

sys: macOS Catalina[10.15.6] > openssl version: LibreSSL 2.8.3 follow => ``` $ wget http://tar.gwsocket.io/gwsocket-0.3.tar.gz $ tar -xzvf gwsocket-0.3.tar.gz $ cd gwsocket-0.3/ $ ./configure --with-openssl=/usr/bin/openssl/ $ make # make install ```...

build

https://github.com/ulid/javascript/blob/a5831206a11636c94d4657b9e1a1354c529ee4e9/dist/index.js#L59 to ``` if (Number.isInteger(Number(now)) === false) { ``` better for some situation like `ulid("150000")`?