1.0.0 • Published 8 years ago

neutriumjs.utilities v1.0.0

Weekly downloads
1
License
CC-BY-4.0
Repository
github
Last release
8 years ago

NeutriumJS.utilities

Introduction

NeutriumJS.utilities is a collection of general purpose utility objects for use throughout the NeutriumJS library.

Getting Started

Adding NeutriumJS

Bower.io

You can install NeutriumJS.utilities using bower.

bower install neutriumjs-utilities

Standalone

If your project is not using bower you can use the compiled and minified source which is found at:

dist/NeutriumJS.utilities.min.js

Including the library

The NeutriumJS.Utilities module can be included into your page using the following:

<script charset="utf-8" src="NeutriumJS.utilities.min.js"></script>

As this module grows you may decide that you only want to include specific objects for the sake of site speed. This can be done by selectively including the source files found in /src. Please note however that the files in /src should be concatanated and minified with the rest of you javascript source.

Donations

NeutriumJS is free software, but you can support the developers by donating here.

Release Notes

VersionNotes
1.0.0Initial Release

License

Creative Commons Attribution 4.0 International