1.15.0 • Published 7 months ago

@artevelde-uas/canvas-lms-app v1.15.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

App for building custom JS & CSS for Canvas LMS themes

Using this application you can easily create plug-ins that add/modify functionality of the Canvas LMS UI.

npm.io npm.io npm.io npm.io

This package provides the following functionality to make it easier to rapidly develop plug-ins:

  • Auth: Simple functions to determine enrollment type (etc).
  • DOM: Functions to detect if certain elements are added/removed.
  • I18n: Enables easy localization (using i18next framework).
  • Messages: Functions to add messages and notifications.
  • Router: Allows to run plug-in code only on certain pages while recieving all the parameters as variables. Also lets you create URLs based on routes.
  • Theme: A slightly modified theme to be used by Instructure UI components

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-app

Using Yarn:

yarn add @artevelde-uas/canvas-lms-app

Usage

Just import the Canvas app and your plug-ins and add them to the app:

import { run, addPlugin } from '@artevelde-uas/canvas-lms-app';
import somePlugin from '@some-org/plugin';

addPlugin(somePlugin);

run();

For more information see 'How to set up your project'.

1.15.0

7 months ago

1.14.0

8 months ago

1.2.0

1 year ago

1.13.1

1 year ago

1.1.0

1 year ago

1.13.0

1 year ago

1.12.1

1 year ago

1.0.0

1 year ago

1.12.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.4.3

1 year ago

1.6.0

1 year ago

1.4.2

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

0.33.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

0.32.0

4 years ago

0.31.1

4 years ago

0.31.0

4 years ago

0.30.1

4 years ago

0.30.0

4 years ago

1.0.0-alpha

5 years ago