I think currently the webpage driver may determine the subset before passing the reduced words list to the WordsearchGenerator constructor, but that wordsearches have the ability to store the full word-clues list as well as the subset size.
Passing the full list and subset size to the constructor should allow for config export and share url to create new wordsearches with the same words population and subset size.
I think currently the webpage driver may determine the subset before passing the reduced words list to the
WordsearchGenerator
constructor, but that wordsearches have the ability to store the full word-clues list as well as the subset size.Passing the full list and subset size to the constructor should allow for config export and share url to create new wordsearches with the same words population and subset size.