25 lines
986 B
Markdown
25 lines
986 B
Markdown
---
|
|
sidebar_position: 4
|
|
title: Node Packages
|
|
---
|
|
|
|
There are two JavaScript packages currently available for Squiggle:
|
|
|
|
- [`@quri/squiggle-lang`](https://www.npmjs.com/package/@quri/squiggle-lang) ![npm version](https://badge.fury.io/js/@quri%2Fsquiggle-lang.svg)
|
|
- [`@quri/squiggle-components`](https://www.npmjs.com/package/@quri/squiggle-components) ![npm version](https://badge.fury.io/js/@quri%2Fsquiggle-components.svg)
|
|
|
|
Types are available for both packages.
|
|
|
|
## Squiggle Language
|
|
|
|
[_See `README.md` in Github_](https://github.com/quantified-uncertainty/squiggle/tree/develop/packages/squiggle-lang#use-the-npm-package)
|
|
|
|
## Squiggle Components
|
|
|
|
[_See `README.md` in Github_](https://github.com/quantified-uncertainty/squiggle/tree/develop/packages/components#usage-in-a-react-project)
|
|
|
|
This documentation uses `@quri/squiggle-components` frequently.
|
|
|
|
We host [a storybook](https://squiggle-components.netlify.app/) with details
|
|
and usage of each of the components made available.
|