Skip to content

DEGJS/sampleModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[MODULE NAME]

[MODULE INTRO TEXT]

Install

[MODULE NAME] is an ES6 module. Consequently, you'll need an ES6 transpiler (Babel is a nice one) and a module loader (SystemJS will do the job) as part of your Javascript workflow.

If you're already using the JSPM package manager for your project, you can install [MODULE NAME] with the following command:

$ jspm install github:DEGJS/[MODULE NAME]

Usage

[EXAMPLE CODE]

Options

options.[OPTION NAME]

Type: [OPTION TYPE] Default: [OPTION DEFAULT VALUE]
[OPTION DESCRIPTION]

Methods

Parameters: [METHOD PARAMETERS]
[METHOD DESCRIPTION]

Browser Support

[MODULE NAME] depends on the following browser APIs:

  • [[API NAME]]([API REFERENCE LINK])

To support legacy browsers, you'll need to include polyfills for the above APIs.

About

A sample DEGJS repository. Please clone and follow this template when creating a new module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published