openseadragon/README.md

19 lines
1.2 KiB
Markdown
Raw Normal View History

2013-11-27 21:28:34 +04:00
# OpenSeadragon
2016-05-27 02:00:04 +03:00
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/openseadragon/openseadragon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://secure.travis-ci.org/openseadragon/openseadragon.png?branch=master)](http://travis-ci.org/openseadragon/openseadragon)
2011-12-02 00:26:17 +04:00
An open-source, web-based viewer for zoomable images, implemented in pure JavaScript.
2011-12-02 00:26:17 +04:00
2016-01-27 02:57:34 +03:00
See it in action and get started using it at [http://openseadragon.github.io/](http://openseadragon.github.io/).
2011-12-02 00:26:17 +04:00
## Stable Builds
2013-04-22 21:32:23 +04:00
2013-07-23 05:33:58 +04:00
See the [GitHub releases page](https://github.com/openseadragon/openseadragon/releases).
## Development
2011-12-02 00:26:17 +04:00
2016-01-27 02:57:34 +03:00
If you want to use OpenSeadragon in your own projects, you can find the latest stable build, API documentation, and example code at [http://openseadragon.github.io/](http://openseadragon.github.io/). If you want to modify OpenSeadragon and/or contribute to its development, read the [contributing guide](https://github.com/openseadragon/openseadragon/blob/master/CONTRIBUTING.md) for instructions.
2014-04-09 01:44:51 +04:00
## License
2016-01-27 02:53:23 +03:00
OpenSeadragon is released under the New BSD license. For details, see the [LICENSE.txt file](https://github.com/openseadragon/openseadragon/blob/master/LICENSE.txt).