Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 562 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 562 Bytes

Rete connection plugin

Plugin to create connections with polylines in Rete.

Install

  • NPM:
npm i -S rete-connection-plugin-polyline
  • Yarn:
yarn add rete-connection-plugin-polyline

Use

import * as ConnectionPlugin from 'rete-connection-plugin-polyline'

const editor = new NodeEditor(/* ... */)
editor.use(ConnectionPlugin)

Created to be used in a rete fork, it is fully compatible with Rete.