diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a0a49f..81eb3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ #Cee.js Changelog +0.3.0 Grunt, Bower and a contributing.md added + 0.2.4 Bug fix. Found some leaked globals and other small bugs with JSHint. 0.2.3 added math.degrees diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4bd102..95c5e7b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,7 +85,6 @@ included in the project: 1. [Fork](https://help.github.com/articles/fork-a-repo) the project, clone your fork, and configure the remotes: - ```bash # Clone your fork of the repo into the current directory git clone https://github.com//CeeJS.git @@ -96,15 +95,19 @@ included in the project: ``` 2. If you cloned a while ago, get the latest changes from upstream: - ```bash git checkout master git pull upstream master ``` +3. Running the project + 1. `npm install -g grunt-cli` + 1. `npm install` + 2. Run `grunt --help` to see all tasks. Basics, though: + - `grunt` - alias for `grunt dev` - runs lint, tests, and starts watch task + 3. Create a new topic branch (off the main project development branch) to contain your feature, change, or fix: - ```bash git checkout -b ``` @@ -116,13 +119,11 @@ included in the project: feature to tidy up your commits before making them public. 5. Locally merge (or rebase) the upstream development branch into your topic branch: - ```bash git pull [--rebase] upstream master ``` 6. Push your topic branch up to your fork: - ```bash git push origin ``` diff --git a/Cee.js b/Cee.js index c5ff40a..dbbfabf 100644 --- a/Cee.js +++ b/Cee.js @@ -1,5 +1,5 @@ /** - * Cee.js v0.2.4 + * Cee.js v0.3.0 * * https://github.com/roblarsen/CeeJS * @@ -7,7 +7,7 @@ * * MIT license http://roblarsen.github.io/CeeJS/MIT-license.txt * - * build: 1418607988911 + * build: 1420043916991 * */ diff --git a/Cee.min.js b/Cee.min.js index 3786950..f8d41e9 100644 --- a/Cee.min.js +++ b/Cee.min.js @@ -1,5 +1,5 @@ /** - * Cee.js v0.2.4 + * Cee.js v0.3.0 * * https://github.com/roblarsen/CeeJS * @@ -7,7 +7,7 @@ * * MIT license http://roblarsen.github.io/CeeJS/MIT-license.txt * - * build: 1418607988911 + * build: 1420043916991 * */ diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ad41c38 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "Cee.js", + "version": "0.3.0", + "homepage": "https://github.com/roblarsen/CeeJS", + "authors": [ + "Rob Larsen " + ], + "description": "Cee.js is a small helper library for the canvas 2d API.", + "main": "Cee.min.js", + "moduleType": [ + "globals" + ], + "keywords": [ + "canvas", + "chaining", + "utility", + "visualization" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/docs/Cee.js.html b/docs/Cee.js.html index 1bd9000..0622a60 100644 --- a/docs/Cee.js.html +++ b/docs/Cee.js.html @@ -97,9 +97,7 @@
Parameters:
- A string indicating the id of an HTML - Canvas element or the name of the Canvas - Element to be created + A string indicating the id of an HTML Canvas element or the name of the Canvas Element to be created @@ -164,8 +162,7 @@
Properties
- Default fill style. Defaults to - "#000000"; + Default fill style. Defaults to "#000000"; @@ -188,8 +185,7 @@
Properties
- Default font. Defaults to "10px - sans-serif"; + Default font. Defaults to "10px sans-serif"; @@ -235,10 +231,7 @@
Properties
- Default global - composition - operation. Defaults - to "source-over"; + Default global composition operation. Defaults to "source-over"; @@ -261,8 +254,7 @@
Properties
- Default line cap. Defaults to - "butt"; + Default line cap. Defaults to "butt"; @@ -285,8 +277,7 @@
Properties
- Default line join. Defaults to - "miter"; + Default line join. Defaults to "miter"; @@ -332,8 +323,7 @@
Properties
- Default miter limit. Defaults - to 10; + Default miter limit. Defaults to 10; @@ -356,8 +346,7 @@
Properties
- Default shadowBlur. Defaults - to 0; + Default shadowBlur. Defaults to 0; @@ -380,8 +369,7 @@
Properties
- Default shadowColor. Defaults to - "rgba(0, 0, 0, 0)"; + Default shadowColor. Defaults to "rgba(0, 0, 0, 0)"; @@ -404,8 +392,7 @@
Properties
- Default shadodOffsetX. - Defaults to 0; + Default shadodOffsetX. Defaults to 0; @@ -428,8 +415,7 @@
Properties
- Default shadowOffsetY. - Defaults to 0; + Default shadowOffsetY. Defaults to 0; @@ -452,8 +438,7 @@
Properties
- Default strokeStyle. Defaults - to "#000000"; + Default strokeStyle. Defaults to "#000000"; @@ -476,8 +461,7 @@
Properties
- Default textAlign. Defaults to - "start"; + Default textAlign. Defaults to "start"; @@ -500,8 +484,7 @@
Properties
- Default textBaseline. Defaults - to "alphabetic"; + Default textBaseline. Defaults to "alphabetic"; @@ -673,7 +656,7 @@

Index

Classes

  • diff --git a/docs/global.html b/docs/global.html index 6c34059..e1add84 100644 --- a/docs/global.html +++ b/docs/global.html @@ -276,8 +276,7 @@

    arc - Adds an arc with the given control points and radius to the current -subpath, connected to the previous point by a straight line. + Adds an arc with the given control points and radius to the current subpath, connected to the previous point by a straight line. @@ -494,8 +493,7 @@
    Parameters:
    - Omitted or set to false this argument - will arc counter/anti clockwise + Omitted or set to false this argument will arc counter/anti clockwise @@ -562,11 +560,7 @@

    arcTo - Adds points to the subpath such that the arc described by the -circumference of the circle described by the arguments, starting at -the given start angle and ending at the given end angle, going in -the given direction ( defaulting to clockwise ), is added to the -path, connected to the previous point by a straight line. + Adds points to the subpath such that the arc described by the circumference of the circle described by the arguments, starting at the given start angle and ending at the given end angle, going in the given direction ( defaulting to clockwise ), is added to the path, connected to the previous point by a straight line. @@ -844,8 +838,7 @@

    bezierCu
    - Adds the given point to the current subpath, connected to the -previous one by a cubic Bezier curve with the given control points. + Adds the given point to the current subpath, connected to the previous one by a cubic Bezier curve with the given control points.
    @@ -1077,9 +1070,7 @@

    boundingBo
    - Returns the current bounding box of the last drawn shape- -specifically an object containing the top left, top, top right, -right, bottom right, bottom, bottom left and left coordinates. + Returns the current bounding box of the last drawn shape- specifically an object containing the top left, top, top right, right, bottom right, bottom, bottom left and left coordinates.
    @@ -1148,8 +1139,7 @@

    circle - Draws a circle with the supplied starting x,y, radius, fillStyle, -and strokeStyle + Draws a circle with the supplied starting x,y, radius, fillStyle, and strokeStyle @@ -1310,8 +1300,7 @@
    Properties
    - the fill style for the circle or - false to suppress the fill + the fill style for the circle or false to suppress the fill @@ -1334,8 +1323,7 @@
    Properties
    - the stroke style for the circle or - false to suppress the stroke + the stroke style for the circle or false to suppress the stroke @@ -1500,8 +1488,7 @@
    Properties
    - Starting x coordinate. Defaults to the - current position. + Starting x coordinate. Defaults to the current position. @@ -1524,8 +1511,7 @@
    Properties
    - Starting y coordinate. Defaults to the - current position. + Starting y coordinate. Defaults to the current position. @@ -1713,8 +1699,7 @@

    closePath - Marks the current subpath as closed, and starts a new subpath with a -point the same as the start and end of the newly closed subpath. + Marks the current subpath as closed, and starts a new subpath with a point the same as the start and end of the newly closed subpath. @@ -1783,13 +1768,7 @@

    create
    - Passed a height and width, returns an ImageData object with the -given dimensions in CSS pixels ( which might map to a different -number of actual device pixels exposed by the object itself ). All -the pixels in the returned object are transparent black. -passed an imageData object, returns an ImageData object with the -same dimensions as the argument. All the pixels in the returned -object are transparent black. + Passed a height and width, returns an ImageData object with the given dimensions in CSS pixels ( which might map to a different number of actual device pixels exposed by the object itself ). All the pixels in the returned object are transparent black. passed an imageData object, returns an ImageData object with the same dimensions as the argument. All the pixels in the returned object are transparent black.
    @@ -1952,10 +1931,7 @@

    c
    - Creates a linear gradient. Takes four arguments that represent the -start point ( x0, y0) and end point ( x1, y1) of the gradient. The -method must return a linear CanvasGradient initialized with the -specified line. + Creates a linear gradient. Takes four arguments that represent the start point ( x0, y0) and end point ( x1, y1) of the gradient. The method must return a linear CanvasGradient initialized with the specified line.
    @@ -2141,8 +2117,7 @@

    createPa
    - Returns a CanvasPattern object that repeats the specified img in the -specified repetition direction. + Returns a CanvasPattern object that repeats the specified img in the specified repetition direction.
    @@ -2215,8 +2190,7 @@

    Parameters:
    - the direction to repeat. One of four - values repeat, repeat-x, repeat-y, no-repeat + the direction to repeat. One of four values repeat, repeat-x, repeat-y, no-repeat @@ -2283,8 +2257,7 @@

    c
    - Returns an object that represents a radial or circular gradient to -use in a canvas context. + Returns an object that represents a radial or circular gradient to use in a canvas context.
    @@ -2334,8 +2307,7 @@

    Parameters:
    - The x-coordinate of the starting circle of the - gradient. + The x-coordinate of the starting circle of the gradient. @@ -2358,8 +2330,7 @@
    Parameters:
    - The y-coordinate of the starting circle of the - gradient. + The y-coordinate of the starting circle of the gradient. @@ -2405,8 +2376,7 @@
    Parameters:
    - The x-coordinate of the ending circle of the - gradient. + The x-coordinate of the ending circle of the gradient. @@ -2429,8 +2399,7 @@
    Parameters:
    - The y-coordinate of the ending circle of the - gradient. + The y-coordinate of the ending circle of the gradient. @@ -2892,8 +2861,7 @@

    fillCircle<
    - Draws a circle with the supplied starting x,y, radius and fillStyle -and no stroke + Draws a circle with the supplied starting x,y, radius and fillStyle and no stroke
    @@ -3054,9 +3022,7 @@

    Properties
    - the fill style for the circle. a - falsey value will use the current - context fillStyle + the fill style for the circle. a falsey value will use the current context fillStyle @@ -3315,8 +3281,7 @@

    fillStyle - Called with a color argument, sets the fillStyle. Called without, -returns the current fillStyle. + Called with a color argument, sets the fillStyle. Called without, returns the current fillStyle. @@ -3619,8 +3584,7 @@

    font - Called with a declaration argument, sets the context font. Called -without, returns the current context font. + Called with a declaration argument, sets the context font. Called without, returns the current context font. @@ -3737,9 +3701,7 @@

    getImageD
    - Returns an ImageData object representing the pixel data for the -area of the canvas defined by the height and width provided starting -at the provided x, y coordinates + Returns an ImageData object representing the pixel data for the area of the canvas defined by the height and width provided starting at the provided x, y coordinates
    @@ -4228,8 +4190,7 @@

    globalAlph
    - Called with a num argument, sets the context alpha/transparency. -Called without, returns the current context globalAlpha. + Called with a num argument, sets the context alpha/transparency. Called without, returns the current context globalAlpha.
    @@ -4279,8 +4240,7 @@

    Parameters:
    - the new globalAlpha value in a range - between 0 and 1. + the new globalAlpha value in a range between 0 and 1. @@ -4347,8 +4307,7 @@

    - Gets or sets a value that indicates how source images are drawn onto -a destination image. + Gets or sets a value that indicates how source images are drawn onto a destination image. @@ -4398,57 +4357,7 @@
    Parameters:
    - one of the following options (from - http://www.w3.org/TR/2dcontext/#compositing) -
    - source-atop
    - A atop B. Display the source image wherever both - images are opaque. Display the destination image - wherever the destination image is opaque but the - source image is transparent. Display - transparency elsewhere.
    - source-in
    - A in B. Display the source image wherever both - the source image and destination image are - opaque. Display transparency elsewhere.
    - source-out
    - A out B. Display the source image wherever the - source image is opaque and the destination image - is transparent. Display transparency - elsewhere.
    - source-over (default)
    - A over B. Display the source image wherever the - source image is opaque. Display the destination - image elsewhere.
    - destination-atop
    - B atop A. Same as source-atop but using the - destination image instead of the source image - and vice versa.
    - destination-in
    - B in A. Same as source-in but using the - destination image instead of the source image - and vice versa.
    - destination-out
    - B out A. Same as source-out but using the - destination image instead of the source image - and vice versa.
    - destination-over
    - B over A. Same as source-over but using the - destination image instead of the source image - and vice versa.
    - lighter
    - A plus B. Display the sum of the source image - and destination image, with color values - approaching 255 (100%) as a limit.
    - copy
    - A (B is ignored). Display the source image - instead of the destination image.
    - xor

    - A xor B. Exclusive OR of the source image and - destination image.
    - vendorName-operationName
    - Vendor-specific extensions to the list of - composition operators should use this syntax. + one of the following options (from http://www.w3.org/TR/2dcontext/#compositing)
    source-atop
    A atop B. Display the source image wherever both images are opaque. Display the destination image wherever the destination image is opaque but the source image is transparent. Display transparency elsewhere.
    source-in
    A in B. Display the source image wherever both the source image and destination image are opaque. Display transparency elsewhere.
    source-out
    A out B. Display the source image wherever the source image is opaque and the destination image is transparent. Display transparency elsewhere.
    source-over (default)
    A over B. Display the source image wherever the source image is opaque. Display the destination image elsewhere.
    destination-atop
    B atop A. Same as source-atop but using the destination image instead of the source image and vice versa.
    destination-in
    B in A. Same as source-in but using the destination image instead of the source image and vice versa.
    destination-out
    B out A. Same as source-out but using the destination image instead of the source image and vice versa.
    destination-over
    B over A. Same as source-over but using the destination image instead of the source image and vice versa.
    lighter
    A plus B. Display the sum of the source image and destination image, with color values approaching 255 (100%) as a limit.
    copy
    A (B is ignored). Display the source image instead of the destination image.
    xor

    A xor B. Exclusive OR of the source image and destination image.
    vendorName-operationName
    Vendor-specific extensions to the list of composition operators should use this syntax. @@ -4655,8 +4564,7 @@

    line - Draws a line from a point (x,y) at a pixel distance at a provided -angle + Draws a line from a point (x,y) at a pixel distance at a provided angle @@ -4940,17 +4848,7 @@
    Parameters:
    - defines the line cap. One of the following three - options:
    - butt
    - Default. A flat edge is put perpendicular to - each end of the line with no cap added.
    - round
    - A semicircle or rounded end cap is added to each - end of the line.
    - square
    - A square end cap is added to each end of the - line.
    + defines the line cap. One of the following three options:
    butt
    Default. A flat edge is put perpendicular to each end of the line with no cap added.
    round
    A semicircle or rounded end cap is added to each end of the line.
    square
    A square end cap is added to each end of the line.
    @@ -5067,19 +4965,7 @@
    Parameters:
    - defines the style of line join. One of the - following three options:
    - bevel
    - A filled triangle connects the two lines that - are joined, creating a beveled corner.
    - round
    - A filled arc connects the two lines, creating - a rounded corner.
    - miter
    - Default. The outside edges of the lines are - continued until they intersect and the - resulting triangle is filled, creating a sharp - or pointed corner. + defines the style of line join. One of the following three options:
    bevel
    A filled triangle connects the two lines that are joined, creating a beveled corner.
    round
    A filled arc connects the two lines, creating a rounded corner.
    miter
    Default. The outside edges of the lines are continued until they intersect and the resulting triangle is filled, creating a sharp or pointed corner. @@ -5146,8 +5032,7 @@

    lineTo - Draws a line from the current point in the canvas to a new x/y pair -provided as an argument + Draws a line from the current point in the canvas to a new x/y pair provided as an argument @@ -5581,8 +5466,7 @@
    Parameters:
    - a number between 0 and 10 indicating the - miter limit for the context + a number between 0 and 10 indicating the miter limit for the context @@ -5862,8 +5746,7 @@
    Parameters:
    - The x-coordinate, in pixels, of the upper-left - corner of the rectangle on the canvas + The x-coordinate, in pixels, of the upper-left corner of the rectangle on the canvas @@ -5886,8 +5769,7 @@
    Parameters:
    - The y-coordinate, in pixels, of the upper-left - corner of the rectangle on the canvas + The y-coordinate, in pixels, of the upper-left corner of the rectangle on the canvas @@ -5910,8 +5792,7 @@
    Parameters:
    - The x value, relative to image where to - place the image on the canvas. + The x value, relative to image where to place the image on the canvas. @@ -5934,8 +5815,7 @@
    Parameters:
    - The y value, relative to image where to - place the image on the canvas. + The y value, relative to image where to place the image on the canvas. @@ -6048,8 +5928,7 @@

    quadr
    - Adds a point to the current subpath by using the specified control -points that represent a quadratic Bézier curve. + Adds a point to the current subpath by using the specified control points that represent a quadratic Bézier curve.
    @@ -6235,8 +6114,7 @@

    - Adds a point to the current subpath by using the specified control -points that represent a quadratic Bézier curve. + Adds a point to the current subpath by using the specified control points that represent a quadratic Bézier curve.
    @@ -6764,8 +6642,7 @@

    Properties
    - Starting x coordinate. Defaults to the - current position. + Starting x coordinate. Defaults to the current position. @@ -6788,8 +6665,7 @@
    Properties
    - Starting y coordinate. Defaults to the - current position. + Starting y coordinate. Defaults to the current position. @@ -6931,8 +6807,7 @@

    reset - Resets the canvas container, erasing the currently displayed -drawings. + Resets the canvas container, erasing the currently displayed drawings. @@ -7001,8 +6876,7 @@

    restore - Returns previously saved CanvasRenderingContext2D path state and -attributes. + Returns previously saved CanvasRenderingContext2D path state and attributes. @@ -7270,8 +7144,7 @@
    Properties
    - Starting x coordinate. Defaults to the - current position. + Starting x coordinate. Defaults to the current position. @@ -7294,8 +7167,7 @@
    Properties
    - Starting y coordinate. Defaults to the - current position. + Starting y coordinate. Defaults to the current position. @@ -7547,8 +7419,7 @@
    Properties
    - Starting x coordinate. Defaults to the - current position. + Starting x coordinate. Defaults to the current position. @@ -7571,8 +7442,7 @@
    Properties
    - Starting y coordinate. Defaults to the - current position. + Starting y coordinate. Defaults to the current position. @@ -7641,8 +7511,7 @@
    Properties
    - The valid fillStyle. false to - suppress the fill + The valid fillStyle. false to suppress the fill @@ -7665,8 +7534,7 @@
    Properties
    - The valid strokeStyle. false to - suppress the stroke + The valid strokeStyle. false to suppress the stroke @@ -7831,8 +7699,7 @@

    scale - Scales the current context by the specified horizontal and vertical -factors + Scales the current context by the specified horizontal and vertical factors @@ -7972,8 +7839,7 @@

    setTransf
    - Changes the transformation matrix to the matrix given by the -arguments + Changes the transformation matrix to the matrix given by the arguments
    @@ -8439,13 +8305,7 @@

    shadowOff
    - Gets/Sets shadowOffsetX and shadowOffsetY in one call. -Passing one parameter sets both shadowOffsetX and shadowOffsetY to -the same value -Passing no parameters returns an object containing the x and y -offsets -shadowOffset().x === shadowOffsetX() && -shadowOffset().y === shadowOffsetY() + Gets/Sets shadowOffsetX and shadowOffsetY in one call. Passing one parameter sets both shadowOffsetX and shadowOffsetY to the same value Passing no parameters returns an object containing the x and y offsets shadowOffset().x === shadowOffsetX() && shadowOffset().y === shadowOffsetY()
    @@ -8819,8 +8679,7 @@

    star - Draws a star with the supplied number of points, total diameter, and -inner-diameter + Draws a star with the supplied number of points, total diameter, and inner-diameter @@ -9154,8 +9013,7 @@

    strokeCir
    - Draws a circle with the supplied starting x,y, radius and -strokeStyle and no fill + Draws a circle with the supplied starting x,y, radius and strokeStyle and no fill
    @@ -9316,9 +9174,7 @@

    Properties
    - the stroke style for the circle. a - falsey value will use the current - context strokeStyle + the stroke style for the circle. a falsey value will use the current context strokeStyle @@ -9664,8 +9520,7 @@
    Properties
    - Starting x coordinate. Defaults to the - current position. + Starting x coordinate. Defaults to the current position. @@ -9688,8 +9543,7 @@
    Properties
    - Starting y coordinate. Defaults to the - current position. + Starting y coordinate. Defaults to the current position. @@ -10207,27 +10061,7 @@
    Parameters:
    - one of the following values
    - start
    - Default. If the canvas is left-to-right, the - anchor point is the left edge of the text. If - the canvas is right-to-left, the anchor point - is the right edge of the text.
    - end
    - If the canvas is left-to-right, the anchor - point is the right edge of the text. If the - canvas is right-to-left, the anchor point is - the left edge of the text.
    - left
    - The anchor point is the left edge of the - text.
    - right
    - The anchor point is the right edge of the - text.
    - center
    - The anchor point is centered in the text.
    -source : - http://msdn.microsoft.com/en-us/library/windows/apps/hh465914.aspx + one of the following values
    start
    Default. If the canvas is left-to-right, the anchor point is the left edge of the text. If the canvas is right-to-left, the anchor point is the right edge of the text.
    end
    If the canvas is left-to-right, the anchor point is the right edge of the text. If the canvas is right-to-left, the anchor point is the left edge of the text.
    left
    The anchor point is the left edge of the text.
    right
    The anchor point is the right edge of the text.
    center
    The anchor point is centered in the text.
    source : http://msdn.microsoft.com/en-us/library/windows/apps/hh465914.aspx @@ -10344,21 +10178,7 @@
    Parameters:
    - one of the following values
    - top
    - The top of the em square.
    - hanging
    - The hanging baseline
    - middle
    - The middle of the em square.
    - alphabetic
    - Default. The alphabetic baseline.
    - ideographic
    - The ideographic baseline.
    - bottom
    - The bottom of the em square.
    -source: - http://msdn.microsoft.com/en-us/library/windows/apps/hh465918.aspx + one of the following values
    top
    The top of the em square.
    hanging
    The hanging baseline
    middle
    The middle of the em square.
    alphabetic
    Default. The alphabetic baseline.
    ideographic
    The ideographic baseline.
    bottom
    The bottom of the em square.
    source: http://msdn.microsoft.com/en-us/library/windows/apps/hh465918.aspx @@ -10808,7 +10628,7 @@

    Index

    Classes

    • diff --git a/docs/index.html b/docs/index.html index 0025ad6..c2ba7b3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,7 +54,7 @@

      Index

      Classes

      • diff --git a/docs/math.html b/docs/math.html index da581f6..4ebb75a 100644 --- a/docs/math.html +++ b/docs/math.html @@ -38,16 +38,7 @@

        -
        Contains the following :
        -
          -
        • math.cosec
        • -
        • math.sec
        • -
        • math.radians
        • -
        • math.degrees
        • -
        • math.goldenRatio
        • -
        • math.getArcCircleExtreme
        • -
        • math.isAngleBetween
        • -
        +
        Contains the following :
        • math.cosec
        • math.sec
        • math.radians
        • math.degrees
        • math.goldenRatio
        • math.getArcCircleExtreme
        • math.isAngleBetween
        @@ -557,8 +548,7 @@

        Returns:
        - [[array of x values on the arc], [array of y values on - the arc]] + [[array of x values on the arc], [array of y values on the arc]]
        @@ -1007,7 +997,7 @@

        Index

        Classes

        • diff --git a/package.json b/package.json index 1b1061e..9fcc651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Cee.js", - "version": "0.2.4", + "version": "0.3.0", "description": "A helper library for the canvas 2d API", "main": "Cee.js", "directories": {