1.3.1 • Published 1 year ago

@elexis-eu/xonomy v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Xonomy

This is a Typescript port of Xonomy. Available on NPM as @elexis-eu/xonomy

Usage:

In a bundled project (rollup, webpack, etc.)

import Xonomy from 'xonomy';

const x = new Xonomy();
// now use x as you would normally.

In browser:

Add the following lines to your html:

<link rel="stylesheet" href="distr/xonomy.css">
<script src="dist/xonomy.umd.js">

This will set window.Xonomy to the Xonomy constructor. Create an instance of the Xonomy editor as follows:

const x = new Xonomy();

The x Xonomy instance can now be used as described in the xonomy manual. Note that the document was written when Xonomy used a global instance, and so uses Xonomy.someFunction() for nearly every function, but in this version you should use the x instance instead.

1.3.1

1 year ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago