←back to thread

Affinity Studio now free

(www.affinity.studio)
1203 points dagmx | 1 comments | | HN request time: 0.282s | source
Show context
ctippett ◴[] No.45769680[source]
I haven't seen it mentioned anywhere, but the application bundle on macOS hints at a pretty robust scripting API using Javascript. The functionality doesn't seem to be exposed from what I can see in the app.

  /Applications/Affinity.app/Contents/Resources/JSLib
  ├── application.js
  ├── artboardinterface.js
  ├── artboardproperties.js
  ├── baseboxinterface.js
  ├── brushfillinterface.js
  ├── buffer.js
  ├── collection.js
  ├── colours.js
  ...
  ├── units.js
  ├── vectorbrush.js
  └── visibilityinterface.js
replies(2): >>45769949 #>>45771363 #
1. Kelteseth ◴[] No.45769949[source]
Nice catch! As a V1 and then V2 user, this was the only thing that was missing for me :)