svgsprite.config.json 589 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "shape": {
  3. "id": {
  4. "generator": "gdoc_%s"
  5. },
  6. "dimension": {
  7. "maxWidth": 22,
  8. "maxHeight": 22,
  9. "attributes": false
  10. },
  11. "spacing": {
  12. "padding": 5,
  13. "box": "content"
  14. },
  15. "dest": "build/icons"
  16. },
  17. "svg": {
  18. "xmlDeclaration": false,
  19. "rootAttributes": {
  20. "class": "svg-sprite"
  21. }
  22. },
  23. "mode": {
  24. "defs": {
  25. "dest": "build/sprites/",
  26. "sprite": "geekdoc.svg",
  27. "bust": false
  28. },
  29. "stack": {
  30. "dest": "build/img/",
  31. "sprite": "geekdoc-stack.svg",
  32. "bust": false
  33. }
  34. }
  35. }