Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Jan 6, 2025
1 parent 9565f86 commit aaad872
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

[![TEMPUS](https://assets.darkroom.engineering/tempus/header.png)](https://github.com/darkroomengineering/tempus)

A lightweight, high-performance animation frame manager for JavaScript applications.
## Introduction

`tempus` means time in Latin, this package is a lightweight, high-performance animation frame manager for JavaScript applications.

## Packages

Expand Down Expand Up @@ -139,7 +141,7 @@ Patches the native `requestAnimationFrame` to use Tempus.

## License

MIT © [Darkroom Engineering](https://github.com/darkroomengineering)
MIT © [darkroom.engineering](https://github.com/darkroomengineering)

# Shoutout

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tempus",
"version": "1.0.0-dev.9",
"version": "1.0.0-dev.10",
"description": "one rAF to rule them all",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit aaad872

Please sign in to comment.