0.8.1 • Published 10 months ago

playdough v0.8.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

PlaydoughJS

npm npm bundle size NPM

Simple SVG library for interactive projects

See examples folder.

Importing

URL

<script src="https://cdn.jsdelivr.net/npm/playdough@0.8.1/dist/main.js"></script>
const { Playdough } = PlaydoughJS

NPM

npm install playdough
import { Playdough } from 'playdough'

Philosophy

  1. The value of a framework is in the projects that have been made with it, not in the library.
  2. Maximize visual expression power.
  3. Focus on SVG’s unique strengths, not replicating canvas.
  4. Focus on the browser as an SVG presentation medium.
  5. The raw XML of the SVG is irrelevant. What matters is graphic output and performance.
  6. Embrace flatness and depth illusions over precise 3D methods.
  7. Animations are important.
  8. Interactivity is important. However, state management features are complex, therefore they should have a strict focus on visuality.
  9. Opinionated defaults and abstractions help reduce decision-making fatigue from the application developer.
  10. Explicit definitions might look slightly ugly sometimes, but ultimately they give flexibility for advanced use, and feeling of authority for light use.
  11. There is always a balance between modular and integrated approaches. The right answer is what is fun to use.
0.8.1

10 months ago

0.8.0

10 months ago

0.7.0

10 months ago

0.6.0

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago