remove video specific stuff, base off of video, and add support for HTML
This commit is contained in:
parent
3d03f45eac
commit
f348bb92e3
166 changed files with 85 additions and 1430 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue