Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.
/ biltong Public archive
forked from sporritt/biltong

Geometry functions used internally by jsPlumb. Perhaps useful for other people.

License

Notifications You must be signed in to change notification settings

jsplumb/biltong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE as of May 2022 this project has been archived. The code is no longer maintained. The functionality has been ported to a module in the jsPlumb Community Edition 5.x codebase.

biltong

Geometry functions used internally by jsPlumb. Perhaps useful for other people. This is not intended to be an exhaustive list of functions: these are things that jsPlumb needs and nothing else. In the interests of avoiding bloat in jsPlumb, it is unlikely that anything jsPlumb does not need will find its way into this project.

Biltong can be used both in the browser and on the server, and will register itself as a CommonJS module.

Usage

All functions are in the global object Biltong. I haven't got around to setting up a build to process the API docs; check the source.

Changelog

1.0.0

  • Ported to Typescript

0.4.0

  • remove version number from file name
  • publish to npm

0.3.0

  • updated to run properly in Electron (Atom).

About

Geometry functions used internally by jsPlumb. Perhaps useful for other people.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.4%
  • TypeScript 11.4%
  • CSS 5.7%
  • HTML 0.5%