Skip to content

Commit

Permalink
corrected md
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceConrad committed Apr 13, 2024
1 parent 7d3372f commit 43a217f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
## Zoompinch

## Try it out!

You will get the idea of this project by trying it out and play with the reactive properties.

### Install

```bash
Expand Down Expand Up @@ -51,8 +47,7 @@ function handleClickOnLayer(event: MouseEvent) {
gesture
>
<template #canvas>
<img
src="https://imagedelivery.net/mudX-CmAqIANL8bxoNCToA/489df5b2-38ce-46e7-32e0-d50170e8d800/public" style="width: 1536px; height: 2048px;" />
<img src="https://imagedelivery.net/mudX-CmAqIANL8bxoNCToA/489df5b2-38ce-46e7-32e0-d50170e8d800/public" style="width: 1536px; height: 2048px;" />
</template>
<template #matrix="{ composePoint }">
<svg xmlns="http://www.w3.org/2000/svg" @click="handleClickOnLayer">
Expand Down
2 changes: 1 addition & 1 deletion zoompinch-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zoompinch",
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"files": [
"package.json",
Expand Down

0 comments on commit 43a217f

Please sign in to comment.