MSAgent-Chat/msagent.js
modeco80 883ef7357c msagent.js/core: Rewrite imageDrawToBuffer()
Now rows are not read and it doesn't use a BufferStream at all. Probably inconsequential for performance or memory usage but it's a cleaner way to implement it.
2024-11-25 17:27:48 -05:00
..
core msagent.js/core: Rewrite imageDrawToBuffer() 2024-11-25 17:27:48 -05:00
web msagent.js: misc cleanup 2024-11-25 16:56:04 -05:00
README.md msagent.js: core-ize 2024-08-25 08:56:12 -04:00

msagent.js

This project is split up into two subcompoennts:

  • @msagent.js/core contains the core inner workings. This is everything that works on either the Web or node.js.

  • @msagent.js/web contains most of the public API that msagent.js has exported.

The web project is implicitly dependent on the core project. Do not introduce code that requires Web APIs in the core.