Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdatco committed Dec 2, 2024
1 parent e493a95 commit 9d716b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## 🥚 ⟩ [Unreleased]
<!-- ## 🥚 ⟩ [Unreleased] -->

## 📦 ⟩ [v2.0.0] ⟩ Dec 2, 2024

### New Features

Expand Down Expand Up @@ -383,7 +384,8 @@

**Initial public release** 🎉

[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v1.0.2...HEAD
[unreleased]: https://github.com/samizdatco/skia-canvas/compare/v2.0.0...HEAD
[v2.0.0]: https://github.com/samizdatco/skia-canvas/compare/v1.0.2...v2.0.0
[v1.0.2]: https://github.com/samizdatco/skia-canvas/compare/v1.0.1...v1.0.2
[v1.0.1]: https://github.com/samizdatco/skia-canvas/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/samizdatco/skia-canvas/compare/v0.9.30...v1.0.0
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,8 @@
<a href="https://github.com/samizdatco/skia-canvas/discussions">Discussion Forum</a>
</div>

<div align="center">

### [2.0 Beta now available for testing](https://github.com/samizdatco/skia-canvas/discussions/189)

</div>

---


Skia Canvas is a browser-less implementation of the HTML Canvas drawing API for Node.js. It is based on Google’s [Skia](https://skia.org) graphics engine and, accordingly, produces very similar results to Chrome’s `<canvas>` element. The library is well suited for use on desktop machines where you can render hardware-accelerated graphics to a window and on the server where it can output a variety of image formats.

While the primary goal of this project is to provide a reliable emulation of the [standard API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) according to the [spec](https://html.spec.whatwg.org/multipage/canvas.html), it also extends it in a number of areas to take greater advantage of Skia's advanced graphical features and provide a more expressive coding environment.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skia-canvas",
"version": "2.0.0-rc2",
"version": "2.0.0",
"description": "A GPU-accelerated Canvas Graphics API for Node",
"author": "Christian Swinehart <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 9d716b4

Please sign in to comment.