https://github.com/image-js/bruker-afm
https://github.com/image-js/bruker-afm
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/image-js/bruker-afm
- Owner: image-js
- License: mit
- Created: 2022-07-21T17:07:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T10:05:00.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T23:01:48.305Z (about 2 years ago)
- Language: JavaScript
- Size: 514 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bruker-afm
[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]
Convert bruker afm images.
## Installation
`$ npm i bruker-afm`
## Usage
```js
import library from 'bruker-afm';
const result = library(args);
// result is ...
```
## [API Documentation](https://image-js.github.io/bruker-afm/)
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/bruker-afm.svg
[npm-url]: https://www.npmjs.com/package/bruker-afm
[ci-image]: https://github.com/image-js/bruker-afm/workflows/Node.js%20CI/badge.svg?branch=main
[ci-url]: https://github.com/image-js/bruker-afm/actions?query=workflow%3A%22Node.js+CI%22
[codecov-image]: https://img.shields.io/codecov/c/github/image-js/bruker-afm.svg
[codecov-url]: https://codecov.io/gh/image-js/bruker-afm
[download-image]: https://img.shields.io/npm/dm/bruker-afm.svg
[download-url]: https://www.npmjs.com/package/bruker-afm