Upload images to new photoframesSuggestion
There are 3 new photoframes in Rust.

assets/prefabs/misc/summer_dlc/photoframe/photoframe.landscape.prefab
assets/prefabs/misc/summer_dlc/photoframe/photoframe.portrait.prefab
assets/prefabs/misc/summer_dlc/photoframe/photoframe.large.prefab​

Could we get these added to the plugin so that we can put images on this new much smoother texture?

Thanks!
I added the assets to the ImageSizePerAsset area of the plugin but it looks like they're not currently being considered 'signage' by Unity/Umod. Hopefully you know a way around this.

				// Photo Frames
                ["assets/prefabs/misc/summer_dlc/photoframe/photoframe.landscape.prefab"] = new ImageSize(256, 128), // Landscape Photo Frame
                ["assets/prefabs/misc/summer_dlc/photoframe/photoframe.portrait.prefab"] = new ImageSize(128, 256),  // Portrait Photo Frame
                ["assets/prefabs/misc/summer_dlc/photoframe/photoframe.large.prefab"] = new ImageSize(512, 288),     // Large Photo Frame​
Yes please update the plugin 
Yes please update the plugin

Edit: has already been updated, sorry.