373 |

About BlobCDN

374 |

BlobCDN is a simple CDN for generating SVG shapes on the fly.

375 | 376 |

How to use

377 |

378 | Our SVG shapes generation service is powered by a simple URL-based 379 | API. All accessible trough 380 | /blob.svg?:Parameters. 381 |

382 | 383 |

Parameters

384 |
385 |

386 | seed=:Number|String 387 |

388 |

389 | A given seed will always produce the same blob. Default to random. 390 |

391 | 392 |

393 | extraPoints=:Number 394 |

395 |

396 | Actual number of points will be `3 + extraPoints`. Default to 4. 397 |

398 | 399 |

400 | randomness=:Number 401 |

402 |

403 | Increases the amount of variation in point position. Default to 6. 404 |

405 | 406 |

size=:Number

407 |

Size of the bounding box in pixel. Default to 256.

408 | 409 |

410 | fill=:HexColor 411 |

412 |

Color for shape. Default to random.

413 | 414 |

415 | stroke=:HexColor 416 |

417 |

Color for stroke. Default to none.

418 | 419 |

420 | strokeWidth=:Number 421 |

422 |

Width for stroke line. Default to 0.

423 |
424 |