Skip to content

ibm-js/requirejs-dplugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6cea263 · Jun 19, 2024
Jul 27, 2020
Jul 27, 2020
Jul 27, 2020
Jul 27, 2020
Jul 27, 2020
Mar 19, 2014
Jul 27, 2020
Jul 27, 2020
Jul 27, 2020
Jan 12, 2015
Mar 10, 2014
Jul 27, 2020
Jan 12, 2015
Jul 27, 2020
Jul 27, 2020
Aug 11, 2014
Jun 16, 2014
Jul 27, 2020
Jul 27, 2020
Jan 20, 2014
Jun 19, 2024
Jul 10, 2023
Jul 27, 2020

Repository files navigation

requirejs-dplugins Build Status

Set of AMD plugins for RequireJS. It contains the following plugins:

Status

No official release yet.

Licensing

This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.

Installation

Npm release installation:

$ npm install requirejs-dplugins

css

This plugin will load and wait for a css file. CSS loaded with this plugin can be overwritten by user-defined style sheet, using <link> or <style> tag.

See docs/css.md for documentation.

has

This plugin provides an extensible API to manage feature detection. It also implements the requirejs plugin api to provide conditional module loading.

See docs/has.md and samples/has.html for documentation and sample.

i18n

This plugin provides an API to handle string translation.

See docs/i18n.md and samples/i18n.html for documentation and sample.

maybe

This plugin allows to require modules that may or may not exist.

See docs/maybe.md and samples/maybe.html for documentation and sample.

svg

This plugin loads an svg graphic and defines it in the DOM, so you can reference it in a <use> tag.

See docs/svg.md for documentation.