This website requires JavaScript.
Explore
Help
Sign In
Spartan
/
frigate
Watch
1
Star
0
Fork
0
You've already forked frigate
mirror of
https://github.com/blakeblackshear/frigate.git
synced
2024-11-22 00:47:49 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7afc1e9762
frigate
/
web
/
postcss.config.js
7 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial framework for new UI with React/Typescript (#8885) * Write a low resolution low fps stream from decoded frames (#8673) * Generate low res low fps previews for recordings viewer * Make sure previews end on the hour * Fix durations and decrase keyframe interval to ensure smooth scrubbing * Ensure minimized resolution is compatible with yuv * Add ability to configure preview quality * Fix * Clean up previews more efficiently * Use iterator * Ensure final frame in preview is not duplicated * initial react/ts framework * fix gitignore glob excluding ts files * ignore folders in web-new * SWRConfig changes for swr 2.x * use frigateConfig type in websocket handlers --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-12-08 07:33:22 -06:00
export
default
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
Fix linter and fix lint issues (#10141)
2024-02-28 16:23:56 -06:00
}
;
Reference in New Issue
Copy Permalink