Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fincanvas

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fincanvas

Openfin's HTML canvas++ wrapper.

  • 1.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by60%
Maintainers
1
Weekly downloads
 
Created
Source

fincanvas

Openfin's HTML canvas++ wrapper.

v1.1.0 - For the fin-canvas-keydown and fin-canvas-keyup events' parameter event.detail.char, added a new value 'BACKSPACE' to refer to the backspace key. ('DELETE' now refers to the actual delete key.) Also added new values 'F1'..'F12' for the function keys.

v1.1.1 - Increased double-click polling delay from 250 to 325 msecs and made it an option (doubleClickDelay). Event fin-canvas-click will no longer fire on the first click of a double click; it will only fire once the polling delay has elapsed and there was no second click.

v1.2.1 - Changed renderer "component" public interface method _paint() to paint() (breaking change).

v1.3.0 - Removed gesture support; corrected clearRect dimensions on zoom.

API

Demo

Stand-alone versions

If you prefer to include directly, reference one or the other of the following browserified versions in a <script> tag:

  • fincanvas.js (unminified version with symbol map)
  • fincanvas.min.js (minified version without symbol map)
<script src='http://openfin.github.io/fincanvas/fincanvas.js'></script>
<script src='http://openfin.github.io/fincanvas/fincanvas.min.js'></script>

FAQs

Package last updated on 25 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc