sketch-webgl
sketch-webgl copied to clipboard
A sketch plugin that renders your designs to HTML Canvas with WebGL.
Sketch WebGL
A sketch plugin that renders your designs to HTML Canvas with WebGL.
Getting Started
- Select an artboard in your sketch file
- Run plugin
-
Scroll
,wheel
, andpinch
to traverse render -
right click
to reload or inspect window
Canvas Components
-
App
- type:
PIXI.Application
- children:
-
Canvas
-
- type:
-
Canvas
- type:
PIXI.Container
- children:
-
Artboard
-
- type:
-
Artboard
- type:
PIXI.Container
- children:
-
ArtboardLayers
-
- type:
-
ArtboardLayers
- type:
PIXI.Container
- children:
-
(Group | Image | Shape | ShapePath)[]
-
- type:
-
Group
- type:
PIXI.Container
- children:
-
(Group | Image | Shape | ShapePath)[]
-
- type:
-
Image
- type:
PIXI.Container
- children:
-
GroupsShadows
-
Shadows
-
BaseImage
-
Fills
-
InnerShadows
-
Borders
-
- type:
-
BaseImage
- type:
PIXI.Sprite
- type:
-
Shape
- type:
PIXI.Container
- children:
-
ShapePartial[]
-
- type:
-
ShapePartial
- type:
PIXI.Container
- children:
-
GroupsShadows
-
Shadows
-
Fills
-
InnerShadows
-
Borders
-
- type:
-
ShapePath
- type:
PIXI.Container
- children:
-
GroupsShadows
-
Shadows
-
Fills
-
InnerShadows
-
Borders
-
- type:
-
GroupsShadows
- type:
PIXI.Container
- children:
-
GroupShadows[]
-
- type:
-
GroupShadows
- type:
PIXI.Container
- children:
-
Shadow[]
-
- type:
-
Shadows
- type:
PIXI.Container
- children:
-
Shadow[]
-
- type:
-
Shadow
- type:
PIXI.Graphics
- type:
-
Fills
- type:
PIXI.Container
- children:
-
Fill[]
-
- type:
-
Fill
- type:
PIXI.Graphics
- type:
-
InnerShadows
- type:
PIXI.Container
- children:
-
InnerShadow[]
-
- type:
-
InnerShadow
- type:
PIXI.Container
- children:
-
InnerShadowsMask
-
MaskedInnerShadows
-
- type:
-
InnerShadowsMask
- type:
PIXI.Graphics
- type:
-
MaskedInnerShadows
- type:
PIXI.Container
- children:
-
MaskedInnerShadow[]
-
- type:
-
MaskedInnerShadow
- type:
PIXI.Graphics
- type:
-
Borders
- type:
PIXI.Container
- children:
-
Border[]
-
- type:
-
Border
- type:
PIXI.Graphics
- type:
Supports
- Layers
- Shapes
all
- ShapePaths
all
- Text
all
- Converted to outlines, rendered as Shape or ShapePath
- Images
all
- Symbols
all
- Groups
all
- Shapes
- Styles
- Fills
all
- Borders
all
- Border Options
all
- Opacity
- Blend Modes
Normal, Multiply
- Shadows
all
- Inner Shadows
all
- Blur
Gaussian, Zoom
- Transforms
rotation, horizontal flip, vertical flip
- Fills
- Masks
- Light Theme
- Dark Theme
Prerequisites
- Sketch: v.61.2
Installing
- Download or clone repo
- Open
sketch-webgl.sketchplugin