beremiz
Clone
Summary
Browse
Changes
Graph
Take plcopen_icons.svg as source of png icons as well
2018-06-29, Andrey Skvortsov
a01a3ed1af2c
Take plcopen_icons.svg as source of png icons as well
generate poe.ico from png images of different sizes.
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param