Pro Visu Look – Background, text color and font size change.
Currently available on the Chrome Store.
$ npm install
$ bower install
$ gulp build
$ npm install
$ bower install
$ gulp build-web
$ npm install
$ bower install
$ gulp build-toolbar
$ gulp server
A server will be launched on http://localhost:3000
from google Chrome:
- Go to Settings ==> Extensions
- Enable Developer mode
- load unpacked extension...
- select
/dist
$ gulp serve-toolbar
-
container
:String
container in which the toolbar is included.
-
url
:String
url to give to the service.
-
i18n
:en | fr | es
language for tooltip.
-
responsive
:Boolean
make toolbar responsive. Optional, default value is
true
. -
fontSize
:Boolean
show fontSize controls. Optional, default value is
true
. -
icon
:white | black | blue | cyan | false
show only one icon. Optional, default value is
false
.
<script src="https://provisu.ch/toolbar/latest/toolbar.js" type="text/javascript"></script>
<script>
loadProvisuToolbar({
container: 'oneB',
url: document.URL,
i18n: 'fr',
icon: 'blue',
fontSize: true,
});
</script>
Original documentation for extension preparation.
$ gulp doc
- Cédric Frossard — cedric.frossard@healthonnet.org
- Pierre Repetto-Andipatin — pierre.repetto@healthonnet.org
- William Belle — william.belle@gmail.com
Apache License 2.0