# Thing

# animal

// usage
{{animal()}}
{{animal({type: 'zoo'})}}

Generate a random animal

{{animal()}};
=> 'Cobra'

Default is any type of animal.

Optionally specify a specific type of animal

{{animal({type: 'zoo'})}};
=> 'Lion'

Allowed types are: ocean, desert, grassland, forest, farm, pet, and zoo