UNPKG

ayvajs

Version:

A lightweight, behavior-based JavaScript API for controlling Open Source Multi Axis Stroker Robots.

9 lines (8 loc) 414 B
/** * Ayva libraries that are available in ScriptBehaviors. */ export { default as Ayva } from '../ayva.js'; export { default as GeneratorBehavior } from '../behaviors/generator-behavior.js'; export { default as ClassicStroke } from '../behaviors/classic-stroke.js'; export { default as TempestStroke } from '../behaviors/tempest-stroke.js'; export { default as VariableDuration } from './variable-duration.js';