Current Dev State

This commit is contained in:
Tim Lorsbach
2025-06-23 20:13:54 +02:00
parent b4f9bb277d
commit ded50edaa2
22617 changed files with 4345095 additions and 174 deletions

33
static/js/ketcher2/node_modules/ttf2eot/CHANGELOG.md generated vendored Normal file
View File

@ -0,0 +1,33 @@
2.0.0 / 2016-03-06
------------------
- Maintenance release.
- Drop old nodes support.
- Deps, CS update, tests.
1.3.0 / 2013-11-02
------------------
- API change: now lib takes Array/Uint8Array as TTF data,
and return ByteBuffer object. ByteBuffer.buffer contains
Array/Uint8Array with EOT file.
- Removed `Buffer` dependency, should work in browser too.
1.2.0 / 2013-04-21
------------------
- Separated CLI to make script useable as library (node.js package)
0.1.1 / 2013-04-05
------------------
- Fixed compatibility with original CLI params format
0.1.0 / 2013-04-04
------------------
- First release.