forked from cory/tildefriends
All of the changes that have been sitting on tildepi for ages. For posterity.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3530 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
30
packages/cory/reminder/reminder.js
Normal file
30
packages/cory/reminder/reminder.js
Normal file
@ -0,0 +1,30 @@
|
||||
"use strict";
|
||||
|
||||
//! {"category": "tests"}
|
||||
|
||||
|
||||
terminal.print("Time to buy a new life jacket.");
|
||||
/*
|
||||
terminal.print("hi");
|
||||
terminal.print("here is some svg:");
|
||||
terminal.print({svg: {
|
||||
attributes: {
|
||||
width: 32,
|
||||
height: 32,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: "circle",
|
||||
attributes: {
|
||||
cx: 16,
|
||||
cy: 16,
|
||||
r: 15,
|
||||
stroke: "green",
|
||||
"stroke-width": "4",
|
||||
fill: "yellow",
|
||||
},
|
||||
},
|
||||
],
|
||||
}});
|
||||
|
||||
terminal.print("end of svg");*/
|
Reference in New Issue
Block a user