Hello, I think it would be great if user could provide `HTMLELement` instance as a container in Typed constructor: ``` let p = document.querySelector('.some-container'); let t = new Typed(p, { strings: ["Some text"], typeSpeed: 15 }); ``` What do you think?