I installed the noty javascript plugin with the composer.
composer require needim/noty
It installed the plugin under the /vendor/needim/noty. I would like to use the /vendor/needim/noty/lib/noty.css, and /vendor/needim/noty/lib/noty.js. How can I find them from the default ctp with HTML helpers, and load them? Or should I just copy this files into the web root and use them?