react-scenejs-timeline
Advanced tools
Comparing version 0.1.2 to 0.1.3-rc
{ | ||
"name": "react-scenejs-timeline", | ||
"version": "0.1.2", | ||
"version": "0.1.3-rc", | ||
"description": "A library that represents the timeline of Scene.js. You can control time, properties, and items.", | ||
@@ -36,4 +36,4 @@ "main": "./dist/timeline.cjs.js", | ||
"devDependencies": { | ||
"@daybrush/builder": "0.0.7", | ||
"@scenejs/effects": "^0.0.6", | ||
"@daybrush/builder": "^0.1.0", | ||
"@scenejs/effects": "^0.1.0", | ||
"@types/react": "^16.8.18", | ||
@@ -40,0 +40,0 @@ "@types/react-dom": "^16.8.4", |
<p align="middle"><img src="https://daybrush.com/scenejs/images/clapperboard.png" width="250"/></p> | ||
<h1 align="middle">Scene.js React Timeline</h1> | ||
<p align="middle"><a href="https://badge.fury.io/js/react-scenejs-timeline" target="_blank"><img src="https://badge.fury.io/js/react-scenejs-timeline.svg" alt="npm version" height="18"/></a> <img src="https://img.shields.io/badge/language-typescript-blue.svg"/> <a href="https://github.com/daybrush/scenejs-timeline/blob/master/LICENSE" target="_blank"><img src="https://img.shields.io/github/license/daybrush/scenejs-timeline.svg"/></a></p> | ||
<div align="center"> | ||
<img src="https://daybrush.com/scenejs/images/clapperboard.png" width="250"/></p> | ||
<p align="middle">A library that represents the timeline of <a href="https://github.com/daybrush/scenejs"><strong>Scene.js</strong></a><br/>You can control time, properties, and items.</p> | ||
## Scene.js React Timeline | ||
<p align="middle"><a href="https://github.com/daybrush/scenejs"><strong>Scene.js</strong></a> / <a href="https://github.com/daybrush/scenejs-timeline"><strong>Scene.js Timeline</strong></a> / <a href="http://daybrush.com/scenejs/features.html#timeline"><strong>Examples</strong></a></p> | ||
[![npm version](https://badge.fury.io/js/react-scenejs-timeline.svg)](https://badge.fury.io/js/react-scenejs-timeline) | ||
[![TypeScript](https://badges.frapsoft.com/typescript/version/typescript-next.svg?v=101)](https://github.com/ellerbrock/typescript-badges/) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) | ||
<p align="middle"><img src="https://raw.githubusercontent.com/daybrush/scenejs-timeline/master/demo/images/timeline.png"/></p> | ||
A library that represents the timeline of [**Scene.js**](https://github.com/daybrush/scenejs). <br/>You can control time, properties, and items. | ||
[**Scene.js**](https://github.com/daybrush/scenejs) / [**Scene.js Timeline**](https://github.com/daybrush/scenejs-timeline) / [**Example**](http://daybrush.com/scenejs/features.html#timeline) | ||
<br/> | ||
![](https://github.com/daybrush/scenejs-timeline/blob/master/demo/images/timeline.png?raw=true) | ||
</div> | ||
### Installation | ||
@@ -24,0 +16,0 @@ ```sh |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
494494
65