Skip to content

useFps

Category
Export Size
458 B
Last Changed
3 years ago

Reactive FPS (frames per second).

Demo

FPS: 59

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.

Free AI Workshop
Build smarter apps with LLMs, agents, MCPs, and advanced AI tooling
Boost Your Workflow
July 8