You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should document the library people get when they require("rainbow-js-arc") from a Node.js program. This is the API surface area that should be documented:
The documentation for makeRainbow() is bound to be the most complex part. If possible, we should document it thoroughly enough that people can write their own I/O systems for Rainbow.js like index-first.js, index-last.js, and rainbow-node-src.js do.
The text was updated successfully, but these errors were encountered:
No, there hasn't been any work on this since creating the issue. The best "documentation" right now is the code in the repo (index-first.js, index-last.js, rainbow-node.js).
We should document the library people get when they
require("rainbow-js-arc")
from a Node.js program. This is the API surface area that should be documented:The documentation for
makeRainbow()
is bound to be the most complex part. If possible, we should document it thoroughly enough that people can write their own I/O systems for Rainbow.js likeindex-first.js
,index-last.js
, andrainbow-node-src.js
do.The text was updated successfully, but these errors were encountered: