plus8.ch js framework
npm install npm install -g grunt-cli
Default build
grunt
Upload to amazon s3
grunt s3
Download the production version or the development version.
In your web page:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>
var scaledSize = $.scaleSize(100, 100, 140, 120);
</script>
(Coming soon)
Will be provided soon. In the meantime use the test sources located at https://github.com/claudiocro/p8js/tree/master/test
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Also, please don't edit files in the "dist" subdirectory as they are generated via grunt. You'll find source code in the "src" subdirectory!
- 2012/10/28 - v0.4.1 - Introduce Apache license 2.0
Copyright (c) 2012 Claudio Romano
Licensed under the Apache License, Version 2.0.