remove video specific stuff, base off of video, and add support for HTML
Some checks are pending
docker / Docker (push) Waiting to run
test / Test (push) Waiting to run

This commit is contained in:
Failure 2024-07-30 02:34:01 -07:00
parent 3d03f45eac
commit f348bb92e3
166 changed files with 85 additions and 1430 deletions

View file

@ -1,6 +1,7 @@
package main
import (
imagorvideoextended "git.cef.icu/CEF/imagorextended"
"github.com/cshum/imagor/config"
"github.com/cshum/imagor/config/awsconfig"
"github.com/cshum/imagor/config/gcloudconfig"
@ -12,6 +13,7 @@ import (
func main() {
var server = config.CreateServer(
os.Args[1:],
imagorvideoextended.Config,
imagorvideo.Config,
vipsconfig.WithVips,
awsconfig.WithAWS,