refactor(flow!): Change transform to viewport

* Change array type to object type and rename transform type to viewport
* Update examples & docs
This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 47f5a761a1
commit fcdbc21d34
29 changed files with 255 additions and 633 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ title: Introduction
# Introduction
Vue Flow is a library for building node-based applications. These can be simple static diagrams or complex node-based
editors. You can implement custom nodes and edges. It also comes with components like a mini-map, zoom pane controls and
editors. You can implement custom nodes and edges. It also comes with components like a mini-map, viewport controls and
a background.
Check out the [examples](/examples/) if you want to dive directly into the code.