2.0.9 • Published 3 months ago

@leapfrog/interactive-canvas v2.0.9

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 months ago

Leapfrog Interactive Canvas

A set of APIs wrapping the fabric.js library, providing Leapfrog-specific behavior and interactions.

Installing

npm install --save @leapfrog/interactive-canvas

Installing (Node)

If running in node, you additionally need jsdom:

npm install --save jsdom

Building

npm run build

or

npm run watch

Using library in another Project

npm install @leapfrog/interactive-canvas

Linking for local development

You can use npm link to see changes to the library immediately in a linked project.

Add the following lines to the package.json scripts config in the project that uses this library:

{
  "scripts": {
    "link:lic": "npm link @leapfrog/interactive-canvas",
    "upgrade:lic": "npm install @leapfrog/interactive-canvas@latest --save"
  }
}
  • In this project: npm link
  • In the calling project: npm run link:lic
  • In this project: npm run watch

Changes in the library will be visible in the calling project.

Once complete, publish the changes then run npm run upgrade:lic to get the latest published version of the library in the calling project.

Publishing

The .npmrc file contains the access token needed to publish to the @leapfrog npm repo.

  • npm version <version> or npm version <version>-beta.0
  • npm run build
  • npm publish or npm publish --tag beta
2.0.9

3 months ago

2.0.9-beta.0

3 months ago

2.0.8-beta.0

3 months ago

2.0.8-beta

3 months ago

2.0.8

4 months ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

1.14.6

3 years ago

1.14.5

3 years ago

1.14.4

3 years ago

1.14.3

3 years ago

1.14.2

3 years ago

1.14.1

3 years ago

1.14.0

3 years ago

1.14.0-beta.1

3 years ago

1.14.0-beta.0

3 years ago

1.13.2

3 years ago

1.13.1

3 years ago

1.13.0

3 years ago

1.12.2

3 years ago

1.12.1

3 years ago

1.12.0

3 years ago

1.11.2

3 years ago

1.11.1

3 years ago

1.11.0

3 years ago

1.10.2

3 years ago

1.10.1

3 years ago

1.10.0

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago