Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Apr 6, 2024
1 parent 9154c9f commit 2d04ce8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function writeBufferAsPPM(
}
```

This library exprots 3 levels of abstractions:
This library exports 3 levels of abstractions:

- ffi: raw deno bindings to openpnp
- openpnp: thin javascript wrapper over the raw bidings
Expand Down
8 changes: 8 additions & 0 deletions src/camera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
* }
* ```
*
* This library exports 3 levels of abstractions:
*
* - ffi: raw deno bindings to openpnp
* - openpnp: thin javascript wrapper over the raw bidings
* - default export: high level javascript api
*
* The default export is the recommended to use.
*
* @module
*/

Expand Down

0 comments on commit 2d04ce8

Please sign in to comment.