github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/model/vfs/thumbnail.go (about) 1 package vfs 2 3 // ThumbnailFormatNames is the list of supported thumbnail formats 4 var ThumbnailFormatNames = []string{ 5 "tiny", 6 "small", 7 "medium", 8 "large", 9 }