GitHub - skpm/console: A drop in replacement for the console module enable system logging

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

sketch-polyfill-console

A console polyfill for sketch. It is automatically included (when needed) when using skpm.

It is allow to log in both the JavaScript context and the Sketch channel, ie. it calls both console.x and log.

Installation

npm i -S @skpm/console

Usage

import Console from "@skpm/console"

const console = Console()

console.log("hello world")

About

A drop in replacement for the console module enable system logging

Topics

Resources

Readme

License

MIT license

Activity

Custom properties

Stars

5 stars

Watchers

1 watching

Forks

2 forks

Releases

No releases published