Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/naver/egjs

Javascript components group that brings easiest and fastest way to build a web application in your way.
https://github.com/naver/egjs

agent animation axes component egjs egjs-components flicking front-end infinitegrid javascript jquery-plugin library naver persist rotate visible

Last synced: about 2 months ago
JSON representation

Javascript components group that brings easiest and fastest way to build a web application in your way.

Lists

README

        

#
egjs is Javascript components group that brings easiest and fastest way to build a web application in your way.

Official website: https://naver.github.io/egjs/

* [egjs-agent](https://github.com/naver/egjs-agent) [[website](https://naver.github.io/egjs-agent/)] [[download](https://unpkg.com/@egjs/agent/dist/)]
* [egjs-axes](https://github.com/naver/egjs-axes) [[website](https://naver.github.io/egjs-axes/)] [[download](https://unpkg.com/@egjs/axes/dist/)]
* [egjs-component](https://github.com/naver/egjs-component) [[website](https://naver.github.io/egjs-component/)] [[download](https://unpkg.com/@egjs/component/dist/)]
* [egjs-flicking](https://github.com/naver/egjs-flicking) [[website](https://naver.github.io/egjs-flicking/)] [[download](https://unpkg.com/@egjs/flicking/dist/)]
* [egjs-infinitegrid](https://github.com/naver/egjs-infinitegrid) [[website](https://naver.github.io/egjs-infinitegrid/)] [[download](https://unpkg.com/@egjs/infinitegrid/dist/)]
* [egjs-persist](https://github.com/naver/egjs-persist) [[website](https://naver.github.io/egjs-persist/)] [[download](https://unpkg.com/@egjs/persist/dist/)]
* [egjs-view360](https://github.com/naver/egjs-view360) [[website](https://naver.github.io/egjs-view360/)] [[download](https://unpkg.com/@egjs/view360/dist/)]
* [egjs-view3d](https://github.com/naver/egjs-view3d) [[website](https://naver.github.io/egjs-view3d/)] [[download](https://unpkg.com/@egjs/view3d@latest/dist/)]
* [egjs-grid](https://github.com/naver/egjs-grid) [[website](https://naver.github.io/egjs-grid/)] [[download](https://unpkg.com/@egjs/grid/dist/)]
* [egjs-conveyer](https://github.com/naver/egjs-conveyer) [[website](https://naver.github.io/egjs-conveyer/)] [[download](https://unpkg.com/@egjs/conveyer/dist/)]
* [egjs-imready](https://github.com/naver/egjs-imready) [[website](https://naver.github.io/egjs-imready/)] [[download](https://unpkg.com/@egjs/imready/dist/)]
* [Cross Framework Components](https://github.com/naver/cfcs) [[website](https://naver.github.io/cfcs/)] [[download](https://unpkg.com/@cfcs/core/dist/)]

> If you have used egjs 1.x.x, refer to the following document.
> [Migrating From egjs 1.x.x to egjs 2.0.0](https://github.com/naver/egjs/wiki/Migrating-From-egjs-1.x.x-to-egjs-2.0.0)
>
> [egjs 1.5.0](https://github.com/naver/egjs/tree/1.5.0) no longer adds new features.

## Articles
https://github.com/naver/egjs/wiki#articles

## Issue and PR registration
Please file issues and pull requests to each Github repository.

## License
egjs is released under the [MIT license](https://github.com/naver/egjs/blob/master/LICENSE.txt).

```
Copyright (c) 2015 NAVER Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```