Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including rita with all npm packages installed. Try it out:

var RiTa = require('rita'), rs = RiTa.RiString("The elephant took a bite!"), features = rs.features(); var Canvas = require('canvas'), canvas = new Canvas(300, 200), ctx = canvas.getContext('2d'), y = 20; for (f in features) ctx.fillText(f + ': ' + features[f], 20, y += 20); canvas.toBuffer();

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

rita v1.3.11

RiTa: A toolkit for natural language and computational literature

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free