Socket
Socket
Sign inDemoInstall

js-draw

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-draw - npm Package Versions

13
12

1.14.0

Diff

Changelog

Source

1.14.0

  • Changes
    • Reverts recent changes to stroke smoothing. (Caused possible regressions while drawing fast, small lines.)
personalizedrefrigerator
published 1.13.2 •

Changelog

Source

1.13.2

  • Bug fixes
    • Fix "insert image" tool doesn't work in iOS lockdown mode.
personalizedrefrigerator
published 1.13.1 •

Changelog

Source

1.13.1

  • Changes
    • Slight stroke smoothing adjustment
personalizedrefrigerator
published 1.12.0 •

Changelog

Source

1.12.0

  • Improvements
    • Stroke smoothing/curve fitting: Make it less likely for strokes to have large spikes when drawing very fast.
    • About dialog: Include full text of the MIT license for dependencies bundled with the app.
personalizedrefrigerator
published 1.11.2 •

Changelog

Source

1.11.2

  • Bug fixes
    • Fix drawing circles when a menu is open. Drawing while a menu is open should close the menu and allow the user to continue drawing. In this case, circles (and other shapes with start points roughly equivalent to their end points) were recognized as clicks.
personalizedrefrigerator
published 1.11.1 •

Changelog

Source

1.11.1

  • Bug fixes and improvements
    • Fix pressing <kbd>shift</kbd> not immediately allowing selections to snap to the x/y axes on drag.
    • Decrease blurriness on high resolution displays at some zoom levels.
    • Slightly increase the maximum motion required to trigger autocorrect. It was previously difficult to trigger autocorrect on some devices.
    • Fix color picker toggle button's clickable region was smaller than the visible button.
    • Update Coloris.
    • Fix icons not fading correctly when disabled on some devices.
personalizedrefrigerator
published 1.11.0 •

Changelog

Source

1.11.0

  • Features
    • Associate a keyboard shortcut with "Exit" (<kbd>Alt</kbd>-<kbd>Q</kbd>) and allow re-assigning it.
    • Adds a keyboard shortcut for "send selection to back"
  • Changes
    • Fixed AbstractToolbar.addDefaultToolWidgets not always adding tool widgets in the correct order.
      • To be consistent with keyboard shortcuts, tools should be added in the same order that they appear in the list of primary tools.
  • Bug fixes
    • Fixed selection z-index not reset when undoing a deserialized selection transform command.
personalizedrefrigerator
published 1.10.0 •

Changelog

Source

1.10.0

  • Features
    • Added autocorrect for strokes — holding the pen stationary after drawing replaces near-rectangles and lines with lines and rectangles.
    • Added a "decrease image size" button to the image dialog to decrease the size of large images.
  • Bug fixes
    • Fixed: some tools unusable were unusable in right-to-left layout mode
personalizedrefrigerator
published 1.9.1 •

Changelog

Source

1.9.1

  • Bug fixes
    • Fix color selector tool broken on displays with window.devicePixelRatio not equal to 1.
  • Improvements
    • Work around possible division-by-zero errors in setting transforms by resetting the transform and logging a warning. Previously, this was unrecoverable.
personalizedrefrigerator
published 1.9.0 •

Changelog

Source

1.9.0

  • Performance improvements
    • Don't render components that will be completely covered by other (opaque) components in more cases.
    • Fix some browsers unable to garbage collect the SVG DOM element that an EditorImage was loaded from (when garbage collection should be okay).
  • Improvements
    • Support high resolution displays
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