google / common-sk

This is the common set of JS libraries used by Skia Infrastructure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS REPOSITORY IS ARCHIVED. Code moved to the Skia Infrastructure repository here (see CL).

common-sk

This is the common set of JS libraries used by Skia Infrastructure.

See A la carte Web Development for more background on pulito and how it fits into "A la carte" web development.

jstest

Installation

If loaded via npm then importing will just work, i.e.:

$ npm i common-sk

Then from within your code:

import { $$ } from 'common-sk/modules/dom'

Documentation

jsdoc.skia.org contains the jsdoc generated documentation for all of the code.

Disclaimer

This is not an officially supported Google product.

About

This is the common set of JS libraries used by Skia Infrastructure.

License:Apache License 2.0


Languages

Language:TypeScript 77.6%Language:JavaScript 19.4%Language:Makefile 3.0%