Skip to content

juliandavidmr/connection-plugin-polyline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • CSS 2.3%