Pings Plugin ============ The `pings` plugin allows you to display animated "pings" at any location on the planet. It publishes a method to create pings at `planet.plugins.pings.add`. API --- **`planetaryjs.plugins.pings([config])`** Valid keys for `config` are: * `color`: the default color for pings; defaults to `"white"` * `ttl`: the default TTL for pings in milliseconds (how long they take to fade out); defaults to 2000 * `angle`: the maximum angle for the ping (it will grow to this size over the course of its TTL); defaults to `5`