Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 567 Bytes

typedjs-rails

This gem just includes Typed.js as an asset in the Rails 3.1 (or newer) asset pipeline.

The current version in the gem is Typed.js 2.0.9

Installation

Add the gem to the Gemfile

gem "typedjs-rails", "~> 2.0.9"

Usage

In your JavaScript manifest (e.g. application.js)

//= require typed

Licensing

Typed.js, which makes up the majority of this gem, has its own licensing.

The gem itself is released under the MIT license