Add image component

This commit is contained in:
Insality
2025-09-28 22:34:27 +03:00
parent 181a0aab43
commit 134468da30
2 changed files with 193 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-- Title: FPS Panel
-- Description: Shows current FPS and graph of the last 3 seconds of performance
-- Author: Insality <https://github.com/Insality>
-- Widget: fps_panel
-- Depends: insality@mini_graph
-- Tags: debug, system
local helper = require("druid.helper")
local mini_graph = require("druid.widget.mini_graph.mini_graph")