0.0.0 • Published 10 months ago

@grida/cg v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@grida/cg

Core Graphics Typings and Utilities

Installation

npm install @grida/pixel-grid
# or
yarn add @grida/pixel-grid
# or
pnpm add @grida/pixel-grid

Usage

import cg from "@grida/cg";

const boxShadow: cg.BoxShadow = {
  color: { r: 0, g: 0, b: 0, a: 0.25 },
  offset: [0, 4],
  blur: 4,
  spread: 0,
};
0.0.0

10 months ago

0.0.0-canary.0

10 months ago