Use Voca in the Browser
masterTo use Voca directly in a web page, load the UMD builds via a <script> tag. This exposes a global variable v containing the entire library.
<script src="voca.js" type="text/javascript"></script>
<script type="text/javascript">
v.last('wonderful world', 5); // => 'world'
</script>