php Fat Free,如何使用captcha插件

I can't use the Captcha plugin provided by Fat Free

Please help me

F3::route ( 'GET /captcha',captcha);

function captcha(){
    F3::captcha(100,100,8);
}

It should be:

F3::route ( 'GET /captcha','captcha');

Let F3 know where your fonts folder is

I have following in my index.php file

define('ROOT',realpath(__dir__.'/../').'/');

F3::set('FONTS',ROOT.'fonts/');