README
Captum Example Schema
This is the an example JSON API Schema used for reference and also in Captum UI development.
Compiling
yarn install
npm run build
Developing
yarn install
npm run dev
Example Schema used in generation of captum-ui demos
<script type="module">
import captumCaptumExampleSchema from 'https://cdn.skypack.dev/@captum/captum-example-schema';
</script>
This is the an example JSON API Schema used for reference and also in Captum UI development.
yarn install
npm run build
yarn install
npm run dev