Skip to content

Commit

Permalink
add note to main readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev committed Sep 7, 2020
1 parent 4d15acc commit 7361ecc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ animate on mouse hover / mouse click / touch event, or triggered manually.

http://ctrl-freaks.github.io/freezeframe.js/

## 5.x TypeScript beta

Freezeframe core is now built in TypeScript! The library will still support usage in JavaScript, but if your project uses TypeScript, you'll have access to Freezeframe's type definitions, improved input validation, and depending on your IDE/text editor, autocompletion/intellisense.

To get started using the TypeScript beta:

```sh
npm install [email protected]
```

## 4.x

Version 4+ is built with modern javascript in mind. It's transpiled with webpack/babel, so it should
Expand Down
2 changes: 1 addition & 1 deletion packages/freezeframe/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/freezeframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freezeframe",
"version": "5.0.0-beta.0",
"version": "5.0.0-beta.1",
"description": "Freezeframe is a library that automatically pauses animated .gifs and enables them to start animation on mouse hover or click",
"main": "./dist/freezeframe.min.js",
"types": "./dist/src/index.d.js",
Expand Down

0 comments on commit 7361ecc

Please sign in to comment.