2.0.14 • Published 10 months ago

@leapfrog/interactive-canvas v2.0.14

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
10 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.13

10 months ago

2.0.14

10 months ago

2.0.11

10 months ago

2.0.12

10 months ago

2.0.10

10 months ago

2.0.9

1 year ago

2.0.9-beta.0

1 year ago

2.0.8-beta.0

1 year ago

2.0.8-beta

1 year ago

2.0.8

1 year ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.14.6

4 years ago

1.14.5

4 years ago

1.14.4

4 years ago

1.14.3

4 years ago

1.14.2

4 years ago

1.14.1

4 years ago

1.14.0

4 years ago

1.14.0-beta.1

4 years ago

1.14.0-beta.0

4 years ago

1.13.2

4 years ago

1.13.1

4 years ago

1.13.0

4 years ago

1.12.2

5 years ago

1.12.1

5 years ago

1.12.0

5 years ago

1.11.2

5 years ago

1.11.1

5 years ago

1.11.0

5 years ago

1.10.2

5 years ago

1.10.1

5 years ago

1.10.0

5 years ago

1.9.1

5 years ago

1.9.0

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago