Skip to content

useFps

Category
Export Size
458 B
Last Changed
3 years ago

Reactive FPS (frames per second).

Demo

FPS: 61

Usage

js
import { useFps } from '@vueuse/core'

const fps = useFps()

Type Declarations

typescript
export interface UseFpsOptions {
  /**
   * Calculate the FPS on every x frames.
   * @default 10
   */
  every?: number
}
export declare function useFps(options?: UseFpsOptions): Ref<number>

Source

SourceDemoDocs

Contributors

Anthony Fu
webfansplz
jelf

Changelog

No recent changes

Released under the MIT License.

AI-Driven Development
You. But 10x faster
The structured masterclass to help you leverage AI and build with an edge
Join Early