automerge/automerge-js/README.md
2022-10-04 17:23:37 +01:00

18 lines
660 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Automerge
Automerge is a library of data structures for building collaborative
applications, this package is the javascript implementation.
Please see [automerge.org](http://automerge.org/) for documentation.
## Setup
This package is a wrapper around a core library which is written in rust and
compiled to WASM. In `node` this should be transparent to you, but in the
browser you will need a bundler to include the WASM blob as part of your module
hierarchy. There are examples of doing this with common bundlers in `./examples`.
## Meta
Copyright 20172021, the Automerge contributors. Released under the terms of the
MIT license (see `LICENSE`).