docs: add readme and license, translate to english

This commit is contained in:
2026-06-23 22:53:53 +05:00
parent 35fec72f9f
commit 56f01d412e
5 changed files with 93 additions and 16 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export function computeHomography(state) {
}
export function toMatrix3dCSS(H) {
if (!H) return '/* вырожденная конфигурация */';
if (!H) return '/* degenerate configuration */';
const n = v => parseFloat(v.toFixed(8));
return [
'transform-origin: 0 0;',