1.18.0 • Published 4 years ago

@pencil.js/component v1.18.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Component

Abstract class for visual component of a scene.

Installation

npm install @pencil.js/component

Examples

import Component from "@pencil.js/component";

class FunnyShape extends Component {
    /**
     * @override Component.prototype.render
     */
    render (ctx) {
        // Do crazy stuff here
    }
}

ComponentOptions

Inherit from ContainerOptions.

NameTypeDefaultComment
fillColor or String"#000"Background Color used to fill, set to null for transparent
strokeColor or StringnullColor used to stroke, set to null for transparent
strokeWidthNumber2Stroke line thickness in pixels
cursorStringComponent.cursors.defaultCursor to use when hover
joinStringComponent.joins.miterHow lines join between them
originPositionnew Position()Relative offset
shadowShadowOptions(see below)Set of options to set a shadow

ShadowOptions

NameTypeDefaultComment
blurNumber0Spread of the shadow around the component
positionPositionnew Position()Position of the shadow relative to the component
colorColor or StringnullColor of the shadow
1.18.0

4 years ago

1.17.0

4 years ago

1.16.0

4 years ago

1.15.0

4 years ago

1.14.0

4 years ago

1.13.1

4 years ago

1.13.0

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.10.2

5 years ago

1.10.1

5 years ago

1.10.0

5 years ago

1.9.2

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.6

5 years ago

1.6.5

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago