Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

skpm/sketch-polyfill-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

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 sketch-polyfill-console

Usage

import console from 'sketch-polyfill-console'

console.log('hello world')

Releases

No releases published

Packages

No packages published