image-js / iobuffer

Read and write binary data in ArrayBuffers
http://image-js.github.io/iobuffer/
MIT License
43 stars 6 forks source link

Review docs #29

Closed stropitek closed 7 years ago

stropitek commented 7 years ago

@targos can you do a quick review of the new api and it's documentation?

I've built the API documentation with jsdoc3 and added a little working example in the readme

I'll do a release after approval ;-)

targos commented 7 years ago

Bug in documentation.js: TypedArray is not recognized as a type. https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/TypedArray

targos commented 7 years ago

Opened an issue in documentation.js about TypedArray: https://github.com/documentationjs/globals-docs/pull/3