2022-02-06 18:40:28 +00:00
|
|
|
---
|
2022-05-10 19:23:04 +00:00
|
|
|
sidebar_position: 4
|
2022-04-27 20:28:10 +00:00
|
|
|
title: Node Packages
|
2022-02-06 18:40:28 +00:00
|
|
|
---
|
|
|
|
|
2022-03-25 02:08:46 +00:00
|
|
|
There are two JavaScript packages currently available for Squiggle:
|
2022-04-10 23:15:46 +00:00
|
|
|
|
2022-04-27 20:28:10 +00:00
|
|
|
- [`@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)
|
2022-02-06 18:40:28 +00:00
|
|
|
|
2022-03-25 02:08:46 +00:00
|
|
|
Types are available for both packages.
|
2022-02-09 15:22:51 +00:00
|
|
|
|
2022-03-25 02:08:46 +00:00
|
|
|
## Squiggle Language
|
2022-02-09 15:22:51 +00:00
|
|
|
|
2022-05-10 21:06:44 +00:00
|
|
|
[_See `README.md` in Github_](https://github.com/quantified-uncertainty/squiggle/tree/develop/packages/squiggle-lang#use-the-npm-package)
|
2022-03-25 02:08:46 +00:00
|
|
|
|
|
|
|
## Squiggle Components
|
|
|
|
|
2022-05-10 21:06:44 +00:00
|
|
|
[_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.
|
2022-03-25 02:08:46 +00:00
|
|
|
|
2022-04-10 23:52:39 +00:00
|
|
|
We host [a storybook](https://squiggle-components.netlify.app/) with details
|
2022-03-25 02:08:46 +00:00
|
|
|
and usage of each of the components made available.
|