We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3ee4f3 + c389775 commit c9ecd31Copy full SHA for c9ecd31
Persona/Names/Female & Male.sketchplugin
@@ -0,0 +1,7 @@
1
+#import '../js/utility.js'
2
+#import '../js/loadNames.js'
3
+#import '../data/names/names.js'
4
+
5
+firstNames = data[24][1].concat(data[24][2]);
6
+lastNames = data[24][3];
7
+loadText(firstNames, lastNames);
0 commit comments