We can add this two functions once https://github.com/zenorocha/good-listener/pull/10 is merged and clipboard.js is updated ```purescript foreign import fromNodeList :: forall eff . NodeList -> (Element -> Eff (dom :: DOM | eff) String) -> Eff (dom :: DOM | eff) Clipboard foreign import fromHTMLCollection :: forall eff . HTMLCollection -> (Element -> Eff (dom :: DOM | eff) String) -> Eff (dom :: DOM | eff) Clipboard ```
We can add this two functions once zenorocha/good-listener#10 is merged and clipboard.js is updated