Okay so i've added the options hide_title and custom_title to the query string.
I tried to implement hide_title as a boolean (like area) but for some reason that caused the build to fail.. so i've implemented it as a true/false string.
In the utils file i've added the appropriate logic to update the title based on these arguments.
I've also updated the README to include these new features.
Let me know if you have any feedback. If you like what i've done I have a few more ideas and could put in more pull requests.
Okay so i've added the options
hide_title
andcustom_title
to the query string.I tried to implement
hide_title
as a boolean (likearea
) but for some reason that caused the build to fail.. so i've implemented it as a true/false string.In the utils file i've added the appropriate logic to update the title based on these arguments.
I've also updated the README to include these new features.
Let me know if you have any feedback. If you like what i've done I have a few more ideas and could put in more pull requests.
Thanks, Jacob