Guest User

Untitled

a guest
Aug 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # div width in pixels. specifying width will scale the height as needed to fit all words. this will change soon so that the word will scale to be the size of the div requested by the user.
  2. width
  3.  
  4. # co-dependent
  5. max_size (max font size in px)
  6. min_size (min font size in px)
  7.  
  8. max_words
  9. # sort order of words. default: 'random', optional: 'frequency', coming one day: 'alphabetical')
  10. sort_order
  11.  
  12. # specify custom colours in #xxyyzz format. co-dependent:
  13. start_color
  14. end_color
  15. color_steps
Add Comment
Please, Sign In to add comment