You can extend xStatic even more with the version 2 upgrade and this is the place to find out how.
There are two types of namers in xStatic, file name generators and image crop name generators.
Image crop name generators are used by the `CroppedImageUrlTransformer` and the base generator class to determine how image files should be stored.
File name generators are used to determine the file names of the static files generated by xStatic. There are built in file name generators, but if you want to alter this it is easy to do so. You can then choose the namer when defining your export types in the CMS dashboard.
Transformers are xStatic components that take the static content for a content item, perform an operation, and return an altered string. These can be used to change hostnames, alter image URLs, or any other string manipulation you may need to do. Custom transformers are easy to create. Transformers need to be curated into `TransfomerList`s before they can be assigned to an export type; this simply defines which transformers need to run and in which order.