Pen Stroke Data app for iPhone and iPad


4.0 ( 7920 ratings )

Developer: Yujin Yano
Free
Current version: 1.0.5, last update: 1 month ago
First release : 01 Jul 2024
App size: 330 Kb

DESC:
You can create a dataset of pen-stroke then export it as a json file with email.

JSON ARRAY STRUCTURE:
[
{
timeStamps: [String]
events: [String]
xCoordinates: [String]
yCoordinates: [String]
annotation: String
sampleTag: String
frameWidth: String
frameHeight: String
}
...
]