mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-07-15 09:15:58 +02:00
15 lines
125 B
ObjectPascal
15 lines
125 B
ObjectPascal
library canvas;
|
|
|
|
{$mode objfpc}
|
|
|
|
uses
|
|
web, ucanvas;
|
|
|
|
exports
|
|
create,
|
|
createReportList;
|
|
|
|
begin
|
|
// Your code here
|
|
end.
|