@skpm/console

0.2.8 • Public • Published

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")

Readme

Keywords

Package Sidebar

Install

npm i @skpm/console

Weekly Downloads

3

Version

0.2.8

License

MIT

Unpacked Size

15.9 kB

Total Files

7

Last publish

Collaborators

  • sketchbot
  • mathieudutour