koco-image-utilities
v1.4.4
Published
Image helper utilities.
Downloads
3
Readme
koco-image-utilities
Image helper utilities.
Installation
bower install koco-image-utilities
Usage with KOCO
This is a shared module that is used in many other module. The convention is to configure an alias in the require.configs.js
with the name string-utilties
like so:
paths: {
...
'image-utilities': 'bower_components/koco-image-utilities/src/image-utilities'
...
}