Skip to content

Commit

Permalink
Review Fixes #116
Browse files Browse the repository at this point in the history
  • Loading branch information
manav-gopal committed Jul 14, 2024
1 parent 8047945 commit 5f1fe7d
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 393 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,28 +98,12 @@ const viewer = new FullScreenViewer(options);
viewer.show('images/low-res-img', 'images/hi-res-img');
```

[See full documentation of iv-viewer](https://github.com/s-yadav/iv-viewer/tree/master/packages/iv-viewer#readme)
### Documentation
[See full documentation of iv-viewer and react-iv-viewer](https://s-yadav.github.io/iv-viewer/docs/intro)

### Like this
[:star: this repo](https://github.com/s-yadav/iv-viewer)

### Major updates

#### v2.2.0

- Includes TypeScript type declarations
- Bugfixing

#### v2.1.0

- It's a complete rewrite of ImageViewer with no jQuery requirement in ES6.
- While the options and instance method are same the way you use a ImageViewer and FullScreenView is changed. The v1 API will no longer be supported.
- Published on the npm. V1 was not available on npm.
- Changed the package name to iv-viewer. image-viewer name was not available on npm.
- Added some listeners
- Added zoom in/out buttons
- Some SCSS variable for easier overrides.

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down
12 changes: 0 additions & 12 deletions documentation/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions documentation/blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions documentation/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions documentation/blog/2021-08-26-welcome/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions documentation/blog/authors.yml

This file was deleted.

16 changes: 0 additions & 16 deletions documentation/blog/tags.yml

This file was deleted.

4 changes: 2 additions & 2 deletions documentation/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ import DocCard from '@theme/DocCard';
A zooming and panning plugin inspired by Google Photos for your web images. It comes in two different variants. First, a react-based zooming and panning component and 2nd vanilla JS-based zooming and panning library.

<div style={{display: "flex", gap:"12px", width:"100%",flexWrap: "wrap"}}>
<div style={{width:"48%"}}>
<div style={{minWidth: "300px", flex: "1"}}>
<DocCard item={{
type:"link",
label: 'react-iv-viewer',
description: "react-iv-viewer is a React-based library for viewing images with advanced features like zooming...",
href: "./category/react-iv-viewer",
}}/>
</div>
<div style={{width:"48%"}}>
<div style={{minWidth: "300px", flex: "1"}}>
<DocCard item={{
type:"link",
label: 'iv-viewer',
Expand Down
17 changes: 0 additions & 17 deletions documentation/docs/iv-viewer/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,23 +243,6 @@ codesandbox link: [https://codesandbox.io/s/8ypwzryom0](https://codesandbox.io/s
- Added zoom in/out buttons
- Some SCSS variable for easier overrides.

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://twitter.com/_syadav"><img src="https://avatars1.githubusercontent.com/u/3096766?v=4" width="100px;" alt="Sudhanshu Yadav"/><br /><sub><b>Sudhanshu Yadav</b></sub></a><br /><a href="https://github.com/s-yadav/iv-viewer/commits?author=s-yadav" title="Author">📖🙎‍♂️</a></td>
<td align="center"><a href="https://github.com/manav-gopal"><img src="https://avatars.githubusercontent.com/u/62497595?v=4" width="100px;" alt="Manav Gopal"/><br /><sub><b>Manav Gopal</b></sub></a><br /><a href="https://github.com/s-yadav/iv-viewer/commits?author=manav-gopal" title="Maintainer">📖🛠️</a></td>
<td align="center"><a href="http://mozillians.org/en-US/u/ruchikabgosain/"><img src="https://avatars2.githubusercontent.com/u/30324532?v=4" width="100px;" alt="Ruchika"/><br /><sub><b>Ruchika</b></sub></a><br /><a href="https://github.com/s-yadav/iv-viewer/commits?author=ruchikabgosain" title="Contributor">📖</a></td>
<td align="center"><a href="https://hockeycommunity.com"><img src="https://avatars0.githubusercontent.com/u/2039539?v=4" width="100px;" alt="Amrit Kahlon"/><br /><sub><b>Amrit Kahlon</b></sub></a><br /><a href="https://github.com/s-yadav/iv-viewer/commits?author=amritk" title="Contributor">📖</a></td>
<td align="center"><a href="https://github.com/10000"><img src="https://avatars2.githubusercontent.com/u/3347256?v=4" width="100px;" alt="10000"/><br /><sub><b>10000</b></sub></a><br /><a href="https://github.com/s-yadav/iv-viewer/commits?author=10000" title="Contributor">📖</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
Expand Down
3 changes: 3 additions & 0 deletions packages/iv-viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,6 @@ The second image is optional, which you should pass when you feel you can improv
codesandbox preview link: [https://8ypwzryom0.codesandbox.io/](https://8ypwzryom0.codesandbox.io/)

codesandbox link: [https://codesandbox.io/s/8ypwzryom0](https://codesandbox.io/s/8ypwzryom0)


[See full documentation of iv-viewer](https://s-yadav.github.io/iv-viewer/docs/category/iv-viewer)
Loading

0 comments on commit 5f1fe7d

Please sign in to comment.