إرسال رابط إلى التطبيق

Pen Stroke Data


4.0 ( 7920 ratings )

المطور: Yujin Yano
حر

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
}
...
]