forked from ctrl-freaks/freezeframe.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add note to main readme, bump version
- Loading branch information
1 parent
4d15acc
commit 7361ecc
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters