MSAgent-Chat/msagent.js
Lily Tsuru d97004a6dd move image drawing to core
also adjust for some api changes I forgot to fix
2024-08-25 09:22:06 -04:00
..
core move image drawing to core 2024-08-25 09:22:06 -04:00
web move image drawing to core 2024-08-25 09:22:06 -04: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.