# Forma elements

This package contains schema and type definitions for _elements_ - the key building block for data
in [Autodesk Forma](https://www.autodesk.com/products/forma/overview). It is intended to be used
by [Forma SDK](https://aps.autodesk.com/en/docs/forma/v1/) developers when building extensions.
In addition to this README, the types and their docstrings are very useful tools
when interacting with Forma elements.

To learn more about Forma's element system, please visit [the docs](https://aps.autodesk.com/en/docs/forma/v1/working-with-forma/element-system/)!

## Install

Using npm:

```sh
npm install --save-dev forma-elements
```

or using yarn:

```sh
yarn add --dev forma-elements
```

## Resources

- `npm` package: https://www.npmjs.com/package/forma-elements
- Forma element system documentation: https://aps.autodesk.com/en/docs/forma/v1/working-with-forma/element-system/
- JavaScript SDK: https://www.npmjs.com/package/forma-embedded-view-sdk
- Developer forum: https://forums.autodesk.com/t5/forma-developer-forum/bd-p/forma_api_forum
