1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-05 20:48:28 +08:00

update credits

This commit is contained in:
lavrton 2015-01-09 21:52:27 +07:00
parent dfdd3a82fb
commit 288c2cc9db
9 changed files with 23 additions and 23 deletions

View File

@ -87,9 +87,9 @@ module.exports = function(grunt) {
variables: {
version: 'dev',
date: '<%= grunt.template.today("yyyy-mm-dd") %>',
nodeParams: '<%= grunt.file.read("doc-includes/NodeParams.txt") %>',
containerParams: '<%= grunt.file.read("doc-includes/ContainerParams.txt") %>',
shapeParams: '<%= grunt.file.read("doc-includes/ShapeParams.txt") %>'
nodeParams: '<%= grunt.file.read("resources/doc-includes/NodeParams.txt") %>',
containerParams: '<%= grunt.file.read("resources/doc-includes/ContainerParams.txt") %>',
shapeParams: '<%= grunt.file.read("resources/doc-includes/ShapeParams.txt") %>'
},
prefix: '@@'
},
@ -104,9 +104,9 @@ module.exports = function(grunt) {
variables: {
version: '<%= pkg.version %>-beta',
date: '<%= grunt.template.today("yyyy-mm-dd") %>',
nodeParams: '<%= grunt.file.read("doc-includes/NodeParams.txt") %>',
containerParams: '<%= grunt.file.read("doc-includes/ContainerParams.txt") %>',
shapeParams: '<%= grunt.file.read("doc-includes/ShapeParams.txt") %>'
nodeParams: '<%= grunt.file.read("resources/doc-includes/NodeParams.txt") %>',
containerParams: '<%= grunt.file.read("resources/doc-includes/ContainerParams.txt") %>',
shapeParams: '<%= grunt.file.read("resources/doc-includes/ShapeParams.txt") %>'
},
prefix: '@@'
},
@ -121,9 +121,9 @@ module.exports = function(grunt) {
variables: {
version: '<%= pkg.version %>',
date: '<%= grunt.template.today("yyyy-mm-dd") %>',
nodeParams: '<%= grunt.file.read("doc-includes/NodeParams.txt") %>',
containerParams: '<%= grunt.file.read("doc-includes/ContainerParams.txt") %>',
shapeParams: '<%= grunt.file.read("doc-includes/ShapeParams.txt") %>'
nodeParams: '<%= grunt.file.read("resources/doc-includes/NodeParams.txt") %>',
containerParams: '<%= grunt.file.read("resources/doc-includes/ContainerParams.txt") %>',
shapeParams: '<%= grunt.file.read("resources/doc-includes/ShapeParams.txt") %>'
},
prefix: '@@'
},
@ -136,7 +136,7 @@ module.exports = function(grunt) {
prod2: {
options: {
variables: {
version: '<%= pkg.version %>',
version: '<%= pkg.version %>'
},
prefix: '@@'
},
@ -148,7 +148,7 @@ module.exports = function(grunt) {
prod3: {
options: {
variables: {
version: '<%= pkg.version %>',
version: '<%= pkg.version %>'
},
prefix: '@@'
},
@ -160,7 +160,7 @@ module.exports = function(grunt) {
prod4: {
options: {
variables: {
version: '<%= pkg.version %>',
version: '<%= pkg.version %>'
},
prefix: '@@'
},
@ -172,7 +172,7 @@ module.exports = function(grunt) {
},
uglify: {
options: {
banner: '/*! KineticJS v<%= pkg.version %> <%= grunt.template.today("yyyy-mm-dd") %> http://www.kineticjs.com by Eric Rowell @ericdrowell - MIT License https://github.com/ericdrowell/KineticJS/wiki/License*/\n'
banner: '/*! KineticJS v<%= pkg.version %> <%= grunt.template.today("yyyy-mm-dd") %> http://lavrton.github.io/KineticJS/ by Eric Rowell @ericdrowell, Anton Lavrenov @lavrton - MIT License https://github.com/lavrton/KineticJS/wiki/License*/\n'
},
build: {
files: {

View File

@ -8,12 +8,12 @@ Greetings fellow webonauts! KineticJS is an HTML5 Canvas JavaScript framework th
You can draw things onto the stage, add event listeners to them, move them, scale them, and rotate them independently from other shapes to support high performance animations, even if your application uses thousands of shapes. Served hot with a side of awesomeness.
* **Visit:** The [GitHub page](http://lavrton.github.io/KineticJS/) and follow on [Twitter](https://twitter.com/lavrton)
* **Discover:** [Tutorials](http://lavrton.github.io/KineticJS/Getting_Started.html)
* **Learn:** [API Documentation](http://lavrton.github.io/KineticJS/api/), [StackOverflow](http://stackoverflow.com/questions/tagged/kineticjs)
* **Discover:** [Tutorials](http://lavrton.github.io/KineticJS/Getting_Started.html), [API Documentation](http://lavrton.github.io/KineticJS/api/)
* **Help:** [StackOverflow](http://stackoverflow.com/questions/tagged/kineticjs)
#Installation
* `bower install kineticjs`
* `bower install kinetic`
* `npm install kinetic` - for Browserify. For nodejs you have to install some [dependencies](#nodejs)
###NodeJS

View File

@ -1,12 +1,12 @@
/*
* KineticJS JavaScript Framework v5.1.9
* http://www.kineticjs.com/
* Copyright 2013, Eric Rowell
* http://lavrton.github.io/KineticJS/
* Licensed under the MIT or GPL Version 2 licenses.
* Date: 2015-01-09
*
* Copyright (C) 2011 - 2013 by Eric Rowell
* Original work Copyright (C) 2011 - 2013 by Eric Rowell
* Modified work Copyright 2015 Anton Lavrenov
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

2
kinetic.min.js vendored

File diff suppressed because one or more lines are too long

BIN
resources/logo.png Normal file

Binary file not shown.

After

(image error) Size: 6.2 KiB

View File

@ -1,12 +1,12 @@
/*
* KineticJS JavaScript Framework v@@version
* http://www.kineticjs.com/
* Copyright 2013, Eric Rowell
* http://lavrton.github.io/KineticJS/
* Licensed under the MIT or GPL Version 2 licenses.
* Date: @@date
*
* Copyright (C) 2011 - 2013 by Eric Rowell
* Original work Copyright (C) 2011 - 2013 by Eric Rowell
* Modified work Copyright 2015 Anton Lavrenov
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal