ruffle/web/packages/core/README.md

15 lines
435 B
Markdown
Raw Normal View History

2020-05-26 13:57:28 +00:00
# ruffle-core
ruffle-core is the core javascript bindings to the Wasm ruffle-web binary,
and contains the bulk of the public API.
## Using ruffle-core
Please do not use this package directly, either use [ruffle-selfhosted](../selfhosted/) or
[ruffle-extension](../extension). This page may be merged into ruffle-selfhosted at a later
date.
## Building, testing or contributing
Please see [the ruffle-web README](../../README.md).