Skip to content

claudiocro/p8js

Repository files navigation

p8js Build Status

plus8.ch js framework

Prepare npm and install grunt

npm install npm install -g grunt-cli

Build options

Default build

grunt

Upload to amazon s3

grunt s3

Getting Started

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>

Documentation

(Coming soon)

Examples

Will be provided soon. In the meantime use the test sources located at https://github.com/claudiocro/p8js/tree/master/test

Contributing

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!

Release History

  • 2012/10/28 - v0.4.1 - Introduce Apache license 2.0

License

Copyright (c) 2012 Claudio Romano
Licensed under the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published