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.
- Loading branch information
1 parent
6bf4a33
commit 287a11e
Showing
1 changed file
with
2 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ http://ctrl-freaks.github.io/freezeframe.js/ | |
|
||
## v5 - TypeScript | ||
|
||
Freezeframe is now built entirely 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. | ||
Freezeframe is now written in / supports 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 freezeframe 5: | ||
|
||
|
@@ -31,7 +31,7 @@ npm install [email protected] | |
Version 5+ is built with modern development in mind. It's transpiled from TypeScript to JavaScript, and it should | ||
work in all modern browsers, but we are no longer supporting older browsers, or the jquery plugin. | ||
|
||
If you need to support older browsers, try v4.x: | ||
If you need to support older browsers (and don't need TypeScript), try v4.x: | ||
|
||
```sh | ||
npm install [email protected] | ||
|