Skip to content

Commit

Permalink
Update links to konva website instead of personal github io page
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyKey1 committed May 2, 2023
1 parent 419d6f7 commit 15a2799
Show file tree
Hide file tree
Showing 27 changed files with 590 additions and 202 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# svelte-konva

[![npm](https://img.shields.io/npm/v/svelte-konva?style=flat-square)](https://www.npmjs.com/package/svelte-konva)
[![documentation](https://img.shields.io/badge/docs-svelte--konva-success?style=flat-square)](https://teykey1.github.io/svelte-konva)
[![documentation](https://img.shields.io/badge/docs-svelte--konva-success?style=flat-square)](https://konvajs.org/docs/svelte)

svelte-konva is a component-based svelte wrapper for the [Konva HTML5 2D canvas library](https://github.com/konvajs/konva). For further information and examples please visit the [docs](https://teykey1.github.io/svelte-konva).
svelte-konva is a component-based svelte wrapper for the [Konva HTML5 2D canvas library](https://github.com/konvajs/konva). For further information and examples please visit the [docs](https://konvajs.org/docs/svelte).

## Compatibility

Currently compatible with Svelte v3, SvelteKit v1 and Konva v8. (For more info on SvelteKit compatability visit the [docs](https://teykey1.github.io/svelte-konva/docs/svelte-kit))
Currently compatible with Svelte v3, SvelteKit v1 and Konva v8. (For more info on SvelteKit compatability visit the [docs](https://konvajs.org/docs/svelte))

## Install

Expand Down Expand Up @@ -114,4 +114,4 @@ With svelte-konva you can bind the config prop of a component to have its fields

## Changelog

Please refer to the [CHANGELOG.md](https://github.com/TeyKey1/svelte-konva/blob/master/CHANGELOG.md) or [releases](https://github.com/TeyKey1/svelte-konva/releases) page.
Please refer to the [CHANGELOG.md](https://github.com/konvajs/svelte-konva/blob/master/CHANGELOG.md) or [releases](https://github.com/konvajs/svelte-konva/releases) page.
Loading

0 comments on commit 15a2799

Please sign in to comment.